Skip to content

Commit

Permalink
move to just one Mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Feb 4, 2025
1 parent ab4d469 commit a3a8e4f
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 672 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
664 changes: 0 additions & 664 deletions tests/data/registration_output/Darwin_intel/volumes.csv

This file was deleted.

9 changes: 1 addition & 8 deletions tests/tests/test_integration/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@

from .utils import check_images_same, check_volumes_equal

if platform.system() == "Darwin":
if platform.machine() == "x86_64":
test_dir = "Darwin_intel"
else:
test_dir = "Darwin_arm"
else:
test_dir = platform.system()

test_dir = platform.system()
test_data_dir = Path(__file__).parent.parent.parent / "data"

whole_brain_data_dir = test_data_dir / "input" / "brain"
Expand Down

0 comments on commit a3a8e4f

Please sign in to comment.