Skip to content

Commit

Permalink
Remove the note about file mode for copy_arrays
Browse files Browse the repository at this point in the history
See #574
  • Loading branch information
vmarkovtsev authored and drdavella committed Nov 14, 2018
1 parent 4d7d401 commit 4c717df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions asdf/asdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def __init__(self, tree=None, uri=None, extensions=None, version=None,
copy_arrays : bool, optional
When `False`, when reading files, attempt to memmap underlying data
arrays when possible. Please note that the file must be opened
in "rw" mode; "r" will result a SIGSEGV.
arrays when possible.
lazy_load : bool, optional
When `True` and the underlying file handle is seekable, data
Expand Down Expand Up @@ -756,8 +755,7 @@ def open(cls, fd, uri=None, mode='r',
copy_arrays : bool, optional
When `False`, when reading files, attempt to memmap underlying data
arrays when possible. Please note that the file must be opened
in "rw" mode; "r" will result a SIGSEGV.
arrays when possible.
lazy_load : bool, optional
When `True` and the underlying file handle is seekable, data
Expand Down

0 comments on commit 4c717df

Please sign in to comment.