Skip to content

Commit cbcc4e1

Browse files
committed
Test that multiple conflicts are resolved
1 parent 854caff commit cbcc4e1

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed
Loading
Loading

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 6 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)
@@ -2799,9 +2796,6 @@ def test_contour_colorbar():
27992796

28002797
@image_comparison(['hist2d.png', 'hist2d.png'], remove_text=True, style='mpl20')
28012798
def test_hist2d():
2802-
# Remove this line when this test image is regenerated.
2803-
plt.rcParams['pcolormesh.snap'] = False
2804-
28052799
np.random.seed(0)
28062800
# make it not symmetric in case we switch x and y axis
28072801
x = np.random.randn(100)*2+5

0 commit comments

Comments
 (0)