Add test for asdf data duplication issue with fits #105
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.
See asdf issue asdf-format/asdf#1232
To summarize the issue, resaving an asdf in fits file breaks the link between hdu
items and arrays within the asdf tree. This results in inclusion of array data as
internal blocks in the asdf tree and a (sometimes substantial) increase in the size
of the tree. The test added here checks that the asdf tree stored in the 'ASDF' hdu
does not change size on a resave.
This test is currently skipped as it will fail with the current asdf version.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)