Skip to content

Commit

Permalink
attempted solve regtest failures in nirspec_ifu_spec2
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Mar 14, 2024
1 parent d9be13b commit d61999c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jwst/regtest/test_nirspec_ifu_spec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_spec2(run_spec2, fitsdiff_default_kwargs, suffix):
truth_path=TRUTH_PATH)


@pytest.fixture()
@pytest.fixture(scope="module")
def run_photom(rtdata_module):
"""Run the photom step on an NRS IFU exposure with SRCTYPE=POINT"""

Expand Down Expand Up @@ -77,7 +77,7 @@ def test_photom(run_photom, fitsdiff_default_kwargs):
truth_path=TRUTH_PATH)


@pytest.fixture()
@pytest.fixture(scope="module")
def run_extract1d(rtdata_module):
"""Run the extract_1d step on an NRS IFU cube with SRCTYPE=POINT"""

Expand Down

0 comments on commit d61999c

Please sign in to comment.