You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
duplicates (identical) options to asdf.open (which also uses ignore_version_mismatch=True and ignore_unrecognized_tag=False and is unused outside of the Datamodel class.
The text was updated successfully, but these errors were encountered:
This is a bit more complicated than expected due to the selective keyword argument handling in open_asdf. The method does not pass kwargs to AsdfFile (but does to asdf.open) so several uses in stdatamodels (none in jwst) silently ignore things in kwargs.
This method:
stdatamodels/src/stdatamodels/model_base.py
Lines 570 to 573 in 4041d5f
duplicates (identical) options to
asdf.open
(which also usesignore_version_mismatch=True
andignore_unrecognized_tag=False
and is unused outside of theDatamodel
class.The text was updated successfully, but these errors were encountered: