Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpoiret committed Mar 29, 2024
1 parent 0ce4fc4 commit ac0fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def models_path(tmpdir_factory):
tmpdir_path = Path(tmpdir_path)

# Copy sample mri
shutil.copy("tests/mri/tse.nii.gz", tmpdir_path / "tse.nii.gz")
shutil.copy("tests/mri/sub0_tse.nii.gz", tmpdir_path / "sub0_tse.nii.gz")
shutil.copy("tests/mri/mask.nii.gz", tmpdir_path / "mask.nii.gz")

# Download model
Expand Down

0 comments on commit ac0fdaa

Please sign in to comment.