Skip to content

Commit

Permalink
Merge branch 'loosen-saturation-test' of https://github.com/schlafly/…
Browse files Browse the repository at this point in the history
…romancal into loosen-saturation-test
  • Loading branch information
schlafly committed Dec 20, 2024
2 parents c4a049e + fd2c0ec commit 99adfc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion romancal/saturation/tests/test_saturation.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def test_read_pattern_saturation_flagging(setup_wfi_datamodels):
# To accommodate https://github.com/spacetelescope/stcal/pull/321
# this test was loosed to be SATURATED | DO_NOT_USE
assert np.all(
(output.groupdq[2:, 5, 5] & (group.SATURATED | group.DO_NOT_USE)) != 0)
(output.groupdq[2:, 5, 5] & (group.SATURATED | group.DO_NOT_USE)) != 0
)


def test_ad_floor_flagging(setup_wfi_datamodels):
Expand Down

0 comments on commit 99adfc0

Please sign in to comment.