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 f94f9ff commit a48054eCopy full SHA for a48054e
doc/source/gettingstarted.rst
@@ -113,7 +113,7 @@ and all other values are set to resonable defaults.
113
114
Saving this new image to a file is trivial:
115
116
- nib.save(img, os.path.join('build', 'test4d.nii.gz'))
+>>> nib.save(img, os.path.join('build', 'test4d.nii.gz')) # doctest: +SKIP
117
118
This short introduction only gave a quick overview of NiBabel's capabilities.
119
Please have a look at the :ref:`api` for more details about supported file
0 commit comments