Skip to content

Commit

Permalink
Remove visual test. Flipping logic is tested in code
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoster17 committed Mar 20, 2024
1 parent dfc78fa commit 4bc9f0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions glue/viewers/image/tests/test_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def setup_method(self, method):

self.viewer = self.application.new_data_viewer(SimpleImageViewer)

@visual_test
def test_flipped_viewer(self):
self.viewer.add_data(self.image1)

Expand Down Expand Up @@ -153,5 +152,3 @@ def test_flipped_viewer(self):

# Because we have flipped the viewer, the patches should have changed
assert np.array_equal(original_path_patch, np.flip(new_path_patch, axis=1))

return self.viewer.figure

0 comments on commit 4bc9f0a

Please sign in to comment.