Skip to content

Commit a3fbee6

Browse files
committed
Update test.
1 parent a5e1ab4 commit a3fbee6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/matplotlib/tests/test_transforms.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,7 @@ def test_clipping_of_log():
208208
simplify=False)
209209

210210
tpoints, tcodes = list(zip(*result))
211-
# Because y coordinate -99 is outside the clip zone, the first
212-
# line segment is effectively removed. That means that the closepoly
213-
# operation must be replaced by a move to the first point.
214-
assert np.allclose(tcodes, [M, M, L, L, L, C])
211+
assert np.allclose(tcodes, [M, L, L, L, C])
215212

216213

217214
class NonAffineForTest(mtrans.Transform):

0 commit comments

Comments
 (0)