Details
-
Type:
Improvement
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_isr
-
Labels:
-
Epic Link:
Description
ip_isr has many unit tests, but none tests IsrTask. I suggest adding such a task, likely using the data in obs_test
A useful refactor to simplify testing isrTask.run(), would be to have the stuff inside the for amp in ccd: live in a do_amp() method. do_amp() can then be tested separately.