-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mb/docstrings #107
mb/docstrings #107
Conversation
@@ -34,7 +34,8 @@ def inner(): | |||
workflows = ['metis_lm_img_wkf', 'metis_lm_ifu_wkf', 'metis_pupil_imaging_wkf', 'metis_wkf'] | |||
|
|||
|
|||
class DisabledTestEDPS: | |||
@pytest.mark.edps | |||
class TestEDPS: | |||
@pytest.mark.parametrize('workflow_name', workflows) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot comment on unchanged lines unfortunately, but the workflows
should not include metis_lm_ifu_wkf
, just metis_ifu_wkf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I spent two hours digging into this.
metisp/pymetis/src/pymetis/recipes/img/metis_lm_img_basic_reduce.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Hugo Buddelmeijer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good. Nothing that should break the pipeline =)
We forgot to create the corresponding Pull Request for METIS_Pipeline_Test_Data, so I took the liberty to create it: AstarVienna/METIS_Pipeline_Test_Data#11 More importantly we should also update METIS_Simulations, because the metis_lm_img_calibrate.sof we are planning to deliver will not actually work with the pipeline we are planning to deliver |
Liberally peppering everything with type annotations, docstring, and cutting all forgotten loose ends.