diff --git a/romancal/saturation/tests/test_saturation.py b/romancal/saturation/tests/test_saturation.py index 4d5e0a5ba..ab3f9c28b 100644 --- a/romancal/saturation/tests/test_saturation.py +++ b/romancal/saturation/tests/test_saturation.py @@ -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):