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
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Watchers | John Parejko, Russell Owen [ John Parejko, Russell Owen ] | Christopher Waters, John Parejko, Russell Owen [ Christopher Waters, John Parejko, Russell Owen ] |
Risk Score | 0 |
Resolution | Done [ 10000 ] | |
Status | To Do [ 10001 ] | Done [ 10002 ] |
Status | Done [ 10002 ] | Invalid [ 11005 ] |
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.