Skip to content

Commit

Permalink
comment out F2 adjustWavelengthZeropoint tests for now (properly)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Jan 4, 2025
1 parent d821c20 commit 675ce79
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions geminidr/core/tests/test_spect.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,12 @@ def test_adjust_wavelength_zero_point_overlarge_shift(in_shift,
('N20150511S0123', 'GNIRS'),
('N20220718S0140', 'GNIRS'),
('N20130827S0128', 'GNIRS'),
('S20140610S0077', 'F2'),
('S20210430S0138', 'F2'),
('S20150629S0230', 'F2'),
('S20210709S0035', 'F2'),
('S20170215S0111', 'F2'),
('S20180125S0028', 'F2'),
#('S20140610S0077', 'F2'),
#('S20210430S0138', 'F2'),
#('S20150629S0230', 'F2'),
#('S20210709S0035', 'F2'),
#('S20170215S0111', 'F2'),
#('S20180125S0028', 'F2'),
('N20050918S0135', 'NIRI'),
('N20050627S0040', 'NIRI'),
('N20070615S0118', 'NIRI'),
Expand All @@ -443,12 +443,12 @@ def test_adjust_wavelength_zero_point_auto_shift(filename, instrument,
'N20150511S0123': -0.0273750, # GNIRS 32/mm 0.45" ShortBlue
'N20220718S0140': 2.083875, # GNIRS 32/mm 0.10" LongBlue
'N20130827S0128': -3.2903125, # GNIRS 10/mm 0.10" LongBlue
#'S20140610S0077': -1.755625, # F2 R3K 1pix-slit f/16
#'S20210430S0138': 0.2556250, # F2 R3K 2pix-slit f/16
#'S20150629S0230': 0.3927500, # F2 JH 3pix-slit f/16
#'S20210709S0035': 0.3030625, # F2 JH 4pix-slit f/16
#'S20170215S0111': 0.0551250, # F2 HK 6pix-slit f/16
#'S20180125S0028': -0.046375, # F2 JH 8pix-slit f/16
'S20140610S0077': -1.755625, # F2 R3K 1pix-slit f/16
'S20210430S0138': 0.2556250, # F2 R3K 2pix-slit f/16
'S20150629S0230': 0.3927500, # F2 JH 3pix-slit f/16
'S20210709S0035': 0.3030625, # F2 JH 4pix-slit f/16
'S20170215S0111': 0.0551250, # F2 HK 6pix-slit f/16
'S20180125S0028': -0.046375, # F2 JH 8pix-slit f/16
'N20050918S0135': 0.6130625, # NIRI Hgrism f6-6pix
'N20050627S0040': -0.059625, # NIRI Hgrism f6-6pix
'N20070615S0118': -0.029875, # NIRI Jgrism f6-6pix
Expand Down

0 comments on commit 675ce79

Please sign in to comment.