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
It is likely that lazy_load and copy_arrays make no sense outside of opening an existing AsdfFile. Combined with no public method to open a file using an existing AsdfFile instance it probably makes sense to move these into asdf.open or perhaps to consolidate these into a set of 'block access options'.
The text was updated successfully, but these errors were encountered:
AsdfFile.__init__
accepts:Whereas
asdf.open
accepts:It is likely that
lazy_load
andcopy_arrays
make no sense outside of opening an existingAsdfFile
. Combined with no public method to open a file using an existingAsdfFile
instance it probably makes sense to move these intoasdf.open
or perhaps to consolidate these into a set of 'block access options'.The text was updated successfully, but these errors were encountered: