Skip to content
Snippets Groups Projects
Commit 93776e30 authored by Willem-Jan Vriend's avatar Willem-Jan Vriend
Browse files

black

parent 3af3dfe9
Branches
Pipeline #21100 failed with stages
in 51 minutes and 21 seconds
...@@ -24,7 +24,11 @@ def test_cpl_processing(): ...@@ -24,7 +24,11 @@ def test_cpl_processing():
"""Test whether CPL and prototype processing is identical.""" """Test whether CPL and prototype processing is identical."""
# TODO: do something smarter than marking the test as xfail, e.g. # TODO: do something smarter than marking the test as xfail, e.g.
# only run the test when the MICADO Pipeline is installed. # 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, make=True,
ndetectors=9, ndetectors=9,
) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment