Skip to content

Commit 77a79be

Browse files
committed
BF - bench test resulted in unwanted doctest
There was doctest markup in the file causing a failing doctest.
1 parent addce38 commit 77a79be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nibabel/benchmarks/bench_load_save.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
33
Run benchmarks with::
44
5-
>>> import nibabel as nib
6-
>>> nib.bench()
5+
import nibabel as nib
6+
nib.bench()
77
88
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
9+
environment variable), and you have a numpy version <= 1.6.1, this will also run
1010
the doctests, let's hope they pass.
1111
"""
1212
import sys

0 commit comments

Comments
 (0)