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 addce38 commit 77a79beCopy full SHA for 77a79be
nibabel/benchmarks/bench_load_save.py
@@ -2,11 +2,11 @@
2
3
Run benchmarks with::
4
5
- >>> import nibabel as nib
6
- >>> nib.bench()
+ import nibabel as nib
+ nib.bench()
7
8
If you have doctests enabled by default in nose (with a noserc file or
9
-environment variable), or you have a numpy version > 1.6.1, this will also run
+environment variable), and you have a numpy version <= 1.6.1, this will also run
10
the doctests, let's hope they pass.
11
"""
12
import sys
0 commit comments