-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add WCS to schemas #351
Add WCS to schemas #351
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #351 +/- ##
=======================================
Coverage 95.32% 95.32%
=======================================
Files 4 4
Lines 171 171
=======================================
Hits 163 163
Misses 8 8 ☔ View full report in Codecov by Sentry. |
Passing regression tests |
anyOf: | ||
- tag: tag:stsci.edu:gwcs/wcs-* | ||
- type: "null" |
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.
Why is this null? It is not a required field by the object.
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 for pointing this out. It needs to be a required field.
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.
Should it still be null, or do we always expect a gwcs object in the end?
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.
LGTM
Merging - assuming this doesn't need to be approved for the database team |
* add a WCS object to schemas * using gwcs schemas * add gwcs tag to valid schemas * use 1.0.0 version of the wcs tag * fix test * add another wcs tag * use wild card with wcs schema * fix test_schema * add a change log * another fix for tesst_schemas * make wcs required
Part of RCAL-749
Closes #
This PR addresses ...
Checklist
CHANGES.rst
under the corresponding subsection