Skip to content

Commit 5589474

Browse files
committed
without this, line 151 tries to call a module
1 parent 0f32ea1 commit 5589474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/nipy/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
warnings.warn('nipy not installed')
2121
else:
2222
import nipy.modalities.fmri.design_matrix as dm
23-
import nipy.labs.glm as GLM
23+
import nipy.labs.glm.glm as GLM
2424

2525
if have_nipy:
2626
try:

0 commit comments

Comments
 (0)