-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to use ts_ofc v3.2.0 #45
Conversation
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.
Small comment on version number and comments on moving the command line argument but other than that looks good to me as soon as you update the tests! Thanks!
doc/versionHistory.rst
Outdated
@@ -5,6 +5,12 @@ | |||
################## | |||
Version History | |||
################## | |||
------------- | |||
1.5.7 |
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 think since you updated the command line structure with new functionality this should be bumped to 1.6.0.
@@ -1428,6 +1437,13 @@ def set_img_parser(parser: ArgumentParser) -> ArgumentParser: | |||
""", | |||
) | |||
|
|||
parser.add_argument( |
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.
test_set_img_parser
in test_closed_loop_task
should be updated to test this new config.
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.
Actually I think this belongs more with the default_parser
above and not in the img_parser
which contains settings specific to the images in the simulation. So this should be moved above and then a line in the test for this should be added to test_default_parser
.
To be merged once lsst-ts/ts_ofc#62 is merged