You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nightly tests of desisim are failing due to the following (one!) error:
======================================================================
ERROR: test_qso_options (desisim.test.test_templates.TestTemplates)
Test that the QSO keyword arguments work
----------------------------------------------------------------------
Traceback (most recent call last):
File "/global/common/software/desi/cori/desiconda/20200801-1.4.0-spec/code/desisim/master/py/desisim/test/test_templates.py", line 256, in test_qso_options
flux, wave, meta, objmeta = QSO(wave=self.wave, balqso=True).make_templates(
File "/global/common/software/desi/cori/desiconda/20200801-1.4.0-spec/code/desisim/master/py/desisim/templates.py", line 2003, in __init__
bal = BAL()
File "/global/common/software/desi/cori/desiconda/20200801-1.4.0-spec/code/desisim/master/py/desisim/bal.py", line 27, in __init__
balflux, balwave, balmeta = read_basis_templates(objtype='BAL')
File "/global/common/software/desi/cori/desiconda/20200801-1.4.0-spec/code/desisim/master/py/desisim/io.py", line 948, in read_basis_templates
infile = find_basis_template(ltype)
File "/global/common/software/desi/cori/desiconda/20200801-1.4.0-spec/code/desisim/master/py/desisim/io.py", line 887, in find_basis_template
raise IOError('No {} templates found in {}'.format(objtype, objfile_wild))
OSError: No bal templates found in /global/common/software/desi/cori/desiconda/20200801-1.4.0-spec/code/desisim-testdata/master/desi/spectro/templates/basis_templates/v3.0/bal_templates_*.fits
----------------------------------------------------------------------
I think it needs to look at v3.2 rather than v3.0, but I'm not sure where that is configured.
The text was updated successfully, but these errors were encountered:
Nightly tests of desisim are failing due to the following (one!) error:
I think it needs to look at
v3.2
rather thanv3.0
, but I'm not sure where that is configured.The text was updated successfully, but these errors were encountered: