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 cfd1a24 commit 5e7795bCopy full SHA for 5e7795b
nibabel/externals/netcdf.py
@@ -218,8 +218,8 @@ class netcdf_file(object):
218
directly to memory-mapped data on disk:
219
220
>>> data = time[:]
221
- >>> data.base.base
222
- <mmap.mmap object at 0x7fe753763180>
+ >>> data.base.base # doctest: +ELLIPSIS
+ <mmap.mmap object at 0x...>
223
224
If the data is to be processed after the file is closed, it needs
225
to be copied to main memory:
0 commit comments