Skip to content

Commit

Permalink
reinstate test that appears to no longer be failing
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Mar 4, 2021
1 parent 72974d7 commit 37d4d29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions geminidr/gmos/tests/spect/test_qe_correct.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@
@pytest.mark.parametrize("ad, arc_ad", datasets, indirect=True)
def test_qe_correct_is_locally_continuous(ad, arc_ad, change_working_dir):

if ad.filename == 'S20180919S0139_flatCorrected.fits':
pytest.xfail('FIXME: this test fails following changes on the QE '
'curves. Needs more investigation.')

with change_working_dir():

logutils.config(file_name='log_test_continuity{}.txt'.format(ad.data_label()))
Expand Down

0 comments on commit 37d4d29

Please sign in to comment.