Skip to content

Commit

Permalink
remove extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 23, 2021
1 parent 40beb2d commit 30d688f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/plotting/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1982,11 +1982,3 @@ def test_plot_zoom(sphere):
# it's difficult to verify that zoom actually worked since we
# can't get the output with cpos or verify the image cache matches
sphere.plot(zoom=2, before_close_callback=verify_cache_image)


def test_splitting():
nut = examples.load_nut()
# feature angle of 50 will smooth the outer edges of the nut but not the inner.
nut.plot(smooth_shading=True, split_sharp_edges=True, feature_angle=50,
before_close_callback=verify_cache_image)

0 comments on commit 30d688f

Please sign in to comment.