Skip to content

Commit 5f0e6df

Browse files
authored
Merge pull request matplotlib#21434 from jatin837/remove-coords-flat
Remove coords_flat variable
2 parents a080696 + 0397f7a commit 5f0e6df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_collections.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,6 @@ def test_quadmesh_deprecated_positional(fig_test, fig_ref):
771771
X += 0.2 * Y
772772
coords = np.stack([X, Y], axis=-1)
773773
assert coords.shape == (3, 4, 2)
774-
coords_flat = coords.copy().reshape(-1, 2)
775774
C = np.linspace(0, 2, 12).reshape(3, 4)
776775

777776
ax = fig_test.add_subplot()

0 commit comments

Comments
 (0)