Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b82dc38

Browse files
committed
RR - Resolve merge conflict
1 parent 058f1d1 commit b82dc38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/matplotlib/tests/test_figure.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,6 @@ def test_suptitle_fontproperties():
287287
assert txt.get_weight() == fps.get_weight()
288288

289289

290-
<<<<<<< HEAD
291-
@image_comparison(['figure_suptitle_subfigures'],
292-
extensions=['png'])
293-
=======
294-
>>>>>>> bb69a2fbc5 (RR - convert visual test to simple unit test.)
295290
def test_suptitle_subfigures():
296291
fig = plt.figure(figsize=(4, 3))
297292
sf1, sf2 = fig.subfigures(1, 2)

0 commit comments

Comments
 (0)