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
From #989, the current ASDF behavior of writing the underlying base array of a Numpy view can lead to unexpected results, like a file being much bigger than anticipated when the view is a small portion of the base array. Of course, this behavior can lead to space savings when multiple views of the base array are in the ASDF file. But rather than try to infer whether to enable this behavior based on expected space savings, the simpler behavior is to make this opt-in, probably via an arg to write_to or the ASDF config.
The text was updated successfully, but these errors were encountered:
From #989, the current ASDF behavior of writing the underlying base array of a Numpy view can lead to unexpected results, like a file being much bigger than anticipated when the view is a small portion of the base array. Of course, this behavior can lead to space savings when multiple views of the base array are in the ASDF file. But rather than try to infer whether to enable this behavior based on expected space savings, the simpler behavior is to make this opt-in, probably via an arg to
write_to
or the ASDF config.The text was updated successfully, but these errors were encountered: