Skip to content

Commit

Permalink
Merge pull request #215 from temisAP/patch-1
Browse files Browse the repository at this point in the history
tridisolve not accesible
  • Loading branch information
arokem authored Apr 29, 2024
2 parents 679f309 + da5ed54 commit 8eb2545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitime/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ def detect_lines(s, tapers, p=None, **taper_kws):

# If we can get it, we want the cythonized version
try:
from _utils import tridisolve
from nitime._utils import tridisolve

# If that doesn't work, we define it here:
except ImportError:
Expand Down

0 comments on commit 8eb2545

Please sign in to comment.