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
  • Loading branch information
vmarkovtsev authored Oct 24, 2018
1 parent 7b2eb2d commit 62561d3
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 @@ -760,8 +759,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 62561d3

Please sign in to comment.