diff --git a/src/micado/test/integration/cpl_test.py b/src/micado/test/integration/cpl_test.py index 64dc77096df47e98311e0420e3e680d2c7dc0333..a0a89ff1873e465330799723aa1e20d99869132b 100644 --- a/src/micado/test/integration/cpl_test.py +++ b/src/micado/test/integration/cpl_test.py @@ -24,12 +24,7 @@ def test_cpl_processing(): """Test whether CPL and prototype processing is identical.""" # TODO: do something smarter than marking the test as xfail, e.g. # only run the test when the MICADO Pipeline is installed. - - ( - mymasterdark_proto, - dark_real, - mydarks_raw, - ) = create_masterdark( + (mymasterdark_proto, dark_real, mydarks_raw,) = create_masterdark( make=True, ndetectors=9, )