Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a080696 + 0397f7a commit 5f0e6dfCopy full SHA for 5f0e6df
1 file changed
lib/matplotlib/tests/test_collections.py
@@ -771,7 +771,6 @@ def test_quadmesh_deprecated_positional(fig_test, fig_ref):
771
X += 0.2 * Y
772
coords = np.stack([X, Y], axis=-1)
773
assert coords.shape == (3, 4, 2)
774
- coords_flat = coords.copy().reshape(-1, 2)
775
C = np.linspace(0, 2, 12).reshape(3, 4)
776
777
ax = fig_test.add_subplot()
0 commit comments