Skip to content

Commit

Permalink
Experiment to check unit test failure on github
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesra committed Apr 16, 2024
1 parent cfb56ed commit 612b1eb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions test/transforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
except ImportError:
import nornir_imageregistration.cupy_thunk as cp

from . import test_addition, test_AlignmentRecord, test_factory, \
test_linearfit, test_metrics, test_points_to_linear_fit, \
test_registrationtree, test_rigid, test_rigid_image_assembly, \
test_transform_conversion, test_transforms

try:
from . import test_addition, test_AlignmentRecord, test_factory, \
test_linearfit, test_metrics, test_points_to_linear_fit, \
test_registrationtree, test_rigid, test_rigid_image_assembly, \
test_transform_conversion, test_transforms
except ImportError:
from test import test_addition, test_AlignmentRecord, test_factory, \
test_linearfit, test_metrics, test_points_to_linear_fit, \
test_registrationtree, test_rigid, test_rigid_image_assembly, \
test_transform_conversion, test_transforms

0 comments on commit 612b1eb

Please sign in to comment.