We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a445e commit 917bc62Copy full SHA for 917bc62
1 file changed
lib/matplotlib/tests/test_contour.py
@@ -214,7 +214,6 @@ def test_log_locator_levels():
214
assert_array_almost_equal(cb.ax.get_yticks(), c.levels)
215
216
217
-
218
@pytest.mark.parametrize("n_levels", [2, 3, 4, 5, 6])
219
def test_lognorm_levels(n_levels):
220
x, y = np.mgrid[1:10:0.1, 1:10:0.1]
0 commit comments