Skip to content

Commit 90872b5

Browse files
committed
reverting deletion of NOTE in test_simplification
1 parent a78e379 commit 90872b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/tests/test_simplification.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
from matplotlib.path import Path
1616

1717

18+
# NOTE: All of these tests assume that path.simplify is set to True
19+
# (the default)
20+
1821
@image_comparison(baseline_images=['clipping'], remove_text=True)
1922
def test_clipping():
2023
t = np.arange(0.0, 2.0, 0.01)

0 commit comments

Comments
 (0)