Skip to content

Commit 04df389

Browse files
committed
FIX: Brikhead doctests
Forgot to import nibabel in doctests...
1 parent 477c2ec commit 04df389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/brikhead.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ class AFNIImage(SpatialImage):
437437
438438
Examples
439439
--------
440+
>>> import nibabel as nib
440441
>>> brik = nib.load(os.path.join(datadir, 'example4d+orig.BRIK.gz'))
441442
>>> brik.shape
442443
(33, 41, 25, 3)

0 commit comments

Comments
 (0)