We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501cc31 commit 0b79a03Copy full SHA for 0b79a03
nibabel/externals/netcdf.py
@@ -221,8 +221,8 @@ class netcdf_file(object):
221
directly to memory-mapped data on disk:
222
223
>>> data = time[:]
224
- >>> data.base.base
225
- <mmap.mmap object at 0x7fe753763180>
+ >>> data.base.base # doctest: +ELLIPSIS
+ <mmap.mmap object at 0x...>
226
227
If the data is to be processed after the file is closed, it needs
228
to be copied to main memory:
0 commit comments