Remove the last tag
in the schemas
#421
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR removes the
tag
in thefits
schemas. As this was the last tag, several tests are now testing nothing and are removed in this PR.jwst regression tests:
https://plwishmaster.stsci.edu:8081/blue/organizations/jenkins/RT%2FJWST-Developers-Pull-Requests/detail/JWST-Developers-Pull-Requests/1191/tests
show 1 error from an unclosed fine in the
test_against_standard[pool_004_wfs]
which occurs randomly and rather frequently.The asdf downstream test is due to asdf specifically looking for
tag
in thefits
schema to check that the schema was registered and is addressed in: asdf-format/asdf#1749