From 862ef379bab84d690942b383e22c0bd1896de13d Mon Sep 17 00:00:00 2001 From: alphasentaurii Date: Fri, 5 Apr 2024 21:51:26 -0400 Subject: [PATCH] ruff fix --- tests/preprocessor/test_scrub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/preprocessor/test_scrub.py b/tests/preprocessor/test_scrub.py index 2d454d1..4ce0749 100644 --- a/tests/preprocessor/test_scrub.py +++ b/tests/preprocessor/test_scrub.py @@ -399,7 +399,7 @@ def test_jwst_cal_scrubber_l3_tac_name(jwst_cal_tac_df): for name in list(jwst_cal_tac_df.index): exptype = jwst_cal_tac_df.loc[name]['EXP_TYPE'] tsovisit = jwst_cal_tac_df.loc[name]['TSOVISIT'] - if tsovisit != True: + if tsovisit is not True: assert exptype in tso_ami_coron # only if tso