Skip to content

Commit 8eb2545

Browse files
authored
Merge pull request #215 from temisAP/patch-1
tridisolve not accesible
2 parents 679f309 + da5ed54 commit 8eb2545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitime/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ def detect_lines(s, tapers, p=None, **taper_kws):
881881

882882
# If we can get it, we want the cythonized version
883883
try:
884-
from _utils import tridisolve
884+
from nitime._utils import tridisolve
885885

886886
# If that doesn't work, we define it here:
887887
except ImportError:

0 commit comments

Comments
 (0)