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

Skip to content

Commit 036d788

Browse files
committed
TMP: Debug CI failure.
1 parent adfb193 commit 036d788

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/tests/test_text.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@ def test_annotation_negative_fig_coords():
365365

366366
def test_text_stale():
367367
fig, (ax1, ax2) = plt.subplots(1, 2)
368+
print(dict.__getitem__(plt.rcParams, "backend"))
369+
print(plt.rcParams["backend"])
370+
print(plt._backend_mod)
371+
print(fig.canvas)
368372
plt.draw_all()
369373
assert not ax1.stale
370374
assert not ax2.stale

0 commit comments

Comments
 (0)