Skip to content

Commit

Permalink
Add test for rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Dec 9, 2024
1 parent 2d1e846 commit 07f944c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_registration_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def test_scale_moving_image(
(45, 0, 0, (150, 150, 114)),
(0, 45, 0, (174, 80, 174)),
(0, 0, 45, (132, 137, 137)),
(0, 90, 90, (80, 114, 132)),
],
)
def test_on_adjust_atlas_rotation(
Expand Down

0 comments on commit 07f944c

Please sign in to comment.