aramis-lab / clinicadl_handbook

Tutorial to use (new version of) clinicadl (>1.0.3)
https://aramislab.paris.inria.fr/clinicadl/tuto/2023/html/
Creative Commons Zero v1.0 Universal
0 stars 6 forks source link

Using the test module in the label_extraction notebook #12

Closed mdiazmel closed 1 year ago

mdiazmel commented 1 year ago

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.