Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Nov 14, 2024
1 parent c7bd065 commit 302ec5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion test/unittests/utils/test_input_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pytest

from clinica.pipelines.dwi.dti.utils import DTIBasedMeasure
from clinica.utils.dwi import DTIBasedMeasure
from clinica.utils.pet import ReconstructionMethod, Tracer


Expand Down
2 changes: 1 addition & 1 deletion test/unittests/utils/test_utils_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def test_clinica_file_reader_dwi_dti_error(tmp_path):


def test_clinica_file_reader_dwi_dti(tmp_path):
from clinica.pipelines.dwi.dti.utils import DTIBasedMeasure
from clinica.utils.dwi import DTIBasedMeasure
from clinica.utils.input_files import dwi_dti
from clinica.utils.inputs import clinica_file_reader, clinica_list_of_files_reader

Expand Down

0 comments on commit 302ec5b

Please sign in to comment.