Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Oct 7, 2024
1 parent 181f041 commit 2682c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nonregression/pipelines/dwi/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def run_dwi_dti(
input_dir: Path, output_dir: Path, ref_dir: Path, working_dir: Path
) -> None:
from clinica.pipelines.dwi.dti.pipeline import DwiDti
from clinica.pipelines.dwi.dti.utils import DTIBasedMeasure
from clinica.utils.bids import BIDSFileName
from clinica.utils.dwi import DTIBasedMeasure

caps_dir = output_dir / "caps"

Expand Down

0 comments on commit 2682c27

Please sign in to comment.