Skip to content

Commit

Permalink
typo fix, line put in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Apr 19, 2024
1 parent c8a2b8f commit 7d8b74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/core/tests/test_spect.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ def test_make_atran_linelist(change_working_dir, path_to_inputs, path_to_refs):
"end_wvl": 1108.7898999999998, "spec_range": 51.5798,
"wv_content": 1.0, "resolution": 17520.0, "cenwave": 1082.9999999999998,
"in_vacuo": True, "absorption": True, "nlines": 50}
p._get_cenwave_accuracy = lambda x: 10 # kludge FIX to preserve behaviour
p = primitives_spect.Spect([])
p._get_cenwave_accuracy = lambda x: 10 # kludge FIX to preserve behaviour
linelist_em,_ = p._make_atran_linelist(ext=ad_em[0], filename=None, model_params=model_params_em)
linelist_abs,_ = p._make_atran_linelist(ext=ad_abs[0], filename=None, model_params=model_params_abs)
with change_working_dir(path_to_refs):
Expand Down

0 comments on commit 7d8b74a

Please sign in to comment.