Skip to content

Commit 95c74e6

Browse files
committed
Merge pull request #636 from beOn/master
without this, line 151 tries to call a module
2 parents 0f32ea1 + 5589474 commit 95c74e6

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)