At the end of the label_extraction notebook, in the subsection "Check the absence of data leakage", there is a code that calls a function of the test suite as a module of ClinicaDL:
from clinicadl.tests.test_tsvtools import run_test_suite
This import is impossible because the test are not deployed as a module in the clinicadl package. Need to find an alternative for this.
At the end of the label_extraction notebook, in the subsection "Check the absence of data leakage", there is a code that calls a function of the test suite as a module of ClinicaDL:
This import is impossible because the test are not deployed as a module in the
clinicadl
package. Need to find an alternative for this.