Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0dd1e7e

Browse files
committed
Test
1 parente3f3687 commit0dd1e7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎lib/matplotlib/tests/test_backend_gtk3.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ def test_fig_close():
5151
fig=plt.figure()
5252

5353
# simulate user pressing the close shortcut
54-
simulate_key_press(fig.canvas,'w', ['ctrl'])
54+
#simulate_key_press(fig.canvas, 'w', ['ctrl'])
55+
56+
plt.show()
5557

5658
# assert that we have removed the reference to the FigureManager
5759
# that got added by plt.figure()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp