Skip to content

Commit

Permalink
JP-3312 Support Update from RHEL7 to RHEL9 (#8653)
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke authored Jul 24, 2024
2 parents de39de0 + 2f4410f commit 50ec28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/regtest/test_miri_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def test_miri_image3_catalog(run_image3, rtdata_module, diff_astropy_tables):
rtdata.output = "jw01024-o001_t002_miri_f770w_cat.ecsv"
rtdata.get_truth("truth/test_miri_image_stages/jw01024-o001_t002_miri_f770w_cat.ecsv")

assert diff_astropy_tables(rtdata.output, rtdata.truth, rtol=1e-4)
assert diff_astropy_tables(rtdata.output, rtdata.truth, rtol=1e-3, atol=1e-4)


@pytest.mark.bigdata
Expand Down

0 comments on commit 50ec28d

Please sign in to comment.