Skip to content

Commit 4f3b741

Browse files
committed
Test that updates in the PR are correctly handled
1 parent 938b158 commit 4f3b741

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
Loading

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,9 +1516,6 @@ def test_pcolormesh_log_scale(fig_test, fig_ref):
15161516

15171517
@image_comparison(['pcolormesh_datetime_axis.png'], style='mpl20')
15181518
def test_pcolormesh_datetime_axis():
1519-
# Remove this line when this test image is regenerated.
1520-
plt.rcParams['pcolormesh.snap'] = False
1521-
15221519
fig = plt.figure()
15231520
fig.subplots_adjust(hspace=0.4, top=0.98, bottom=.15)
15241521
base = datetime.datetime(2013, 1, 1)

0 commit comments

Comments
 (0)