From 31758b310eb2cf46f49ee58bc1e85e195b461d05 Mon Sep 17 00:00:00 2001 From: kusch lionel Date: Wed, 19 Feb 2025 11:26:02 +0100 Subject: [PATCH] Fix example --- examples/plot_fmri_data_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_fmri_data_example.py b/examples/plot_fmri_data_example.py index 92c6936..68c696a 100644 --- a/examples/plot_fmri_data_example.py +++ b/examples/plot_fmri_data_example.py @@ -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