Skip to content

Commit e86c0e9

Browse files
author
Ben Cipollini
committed
BF: fix bug in mriutils use of __all__
1 parent e590916 commit e86c0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/mriutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212
from __future__ import division
1313

14-
__all__ = ['dwell_time']
14+
__all__ = ['calculate_dwell_time']
1515

1616
GYROMAGNETIC_RATIO = 42.576 # MHz/T for hydrogen nucleus
1717
PROTON_WATER_FAT_SHIFT = 3.4 # ppm

0 commit comments

Comments
 (0)