Skip to content

Commit 4fae022

Browse files
committed
Investigate test failures.
1 parent 1a9a4fc commit 4fae022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ def test_annotation_negative_fig_coords():
369369

370370
def test_text_stale():
371371
fig, (ax1, ax2) = plt.subplots(1, 2)
372+
print(fig.canvas)
372373
plt.draw_all()
373374
assert not ax1.stale
374375
assert not ax2.stale

0 commit comments

Comments
 (0)