Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent 97c3349 commit fd2c0ec
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 fd2c0ec

Please sign in to comment.