Skip to content

Commit

Permalink
restore copy_arrays to asdf_open
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jul 17, 2024
1 parent c30a5bf commit 793bbdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asdf/_asdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,7 @@ def open_asdf(
instance = AsdfFile(
ignore_version_mismatch=ignore_version_mismatch,
ignore_unrecognized_tag=ignore_unrecognized_tag,
copy_arrays=copy_arrays,
memmap=memmap,
lazy_load=lazy_load,
custom_schema=custom_schema,
Expand Down

0 comments on commit 793bbdd

Please sign in to comment.