Skip to content

Commit

Permalink
telluric test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbwestfall committed Dec 14, 2023
1 parent d5aef44 commit 13df815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pypeit/tests/tstutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@

# Tests require the Telluric file (Mauna Kea)
par = Spectrograph.default_pypeit_par()
tell_test_grid = data.Paths.telgrid / 'TelFit_MaunaKea_3100_26100_R20000.fits'
tell_test_grid = data.get_telgrid_filepath('TelFit_MaunaKea_3100_26100_R20000.fits')
#tell_test_grid = data.Paths.telgrid / 'TelFit_MaunaKea_3100_26100_R20000.fits'
telluric_required = pytest.mark.skipif(not tell_test_grid.is_file(),
reason='no Mauna Kea telluric file')

Expand Down

0 comments on commit 13df815

Please sign in to comment.