Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
TST Remove plt.show() from test_axes.test_dash_offset #6529
Conversation
mdboom
added the
needs_review
label
Jun 2, 2016
|
How can removing this single line in |
efiring
merged commit 7f7080b
into matplotlib:master
Jun 2, 2016
efiring
removed the
needs_review
label
Jun 2, 2016
afvincent
deleted the
afvincent:TST_avoid_calling_show_in_test_dash_offset branch
Jun 2, 2016
|
This should probably be backported to 2.0 since that test was added there. |
|
|
efiring
added a commit
that referenced
this pull request
Jun 3, 2016
|
|
efiring |
debac32
|
|
Backported to v2.x as debac32 |
QuLogic
added this to the
2.0 (style change major release)
milestone
Jun 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
afvincent commentedJun 2, 2016
Remove the call to
plt.show()intest_axes.test_dash_offset(as suggested in PR #5433). Previously, when runningtest_axesin an IPython session, a figure window was opened, waiting for the user to close it before running the remaining tests...