Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelkusch committed Feb 19, 2025
1 parent 758e68b commit 31758b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_fmri_data_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from sklearn.svm import LinearSVR
from sklearn.utils import Bunch

from hidimstat.ada_svr import ada_svr
from hidimstat.adaptative_permutation_threshold_SVR import ada_svr
from hidimstat.clustered_inference import clustered_inference
from hidimstat.ensemble_clustered_inference import ensemble_clustered_inference
from hidimstat.permutation_test import permutation_test, permutation_test_pval
Expand Down

0 comments on commit 31758b3

Please sign in to comment.