Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Correct regex in filterwarnings #5735
Conversation
tacaswell
added the
needs_review
label
Dec 23, 2015
|
Actually I would probably prefer changing the error message. The message is inside subplots() not add_subplots so not sure whats going on |
|
Implemented the other solution in the second commit |
tacaswell
added this to the
Critical bugfix release (1.5.1)
milestone
Dec 23, 2015
tacaswell
added a commit
that referenced
this pull request
Dec 23, 2015
|
|
tacaswell |
6df722f
|
tacaswell
merged commit 6df722f
into matplotlib:master
Dec 23, 2015
tacaswell
removed the
needs_review
label
Dec 23, 2015
tacaswell
modified the milestone: proposed next point release (2.1), Critical bugfix release (1.5.1)
Dec 23, 2015
|
This does not cherry-pick cleanly back to 1.5.x because where The assert should be uncommented on 1.5.x in a it's own PR. |
jenshnielsen
deleted the
jenshnielsen:fixfilterwarnings branch
Dec 23, 2015
|
Ok I will do a PR to fix the assert on 1.5.x |
|
thanks. |
jenshnielsen
added a commit
to jenshnielsen/matplotlib
that referenced
this pull request
Dec 23, 2015
|
|
jenshnielsen |
878598c
|
|
Done as #5736 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jenshnielsen commentedDec 23, 2015
The method name has changed, also enable an assert which should have been enabled earlier