Raise missing ValueError in transform_angles#4458
Raise missing ValueError in transform_angles#4458WeatherGod merged 1 commit intomatplotlib:masterfrom
Conversation
There was a problem hiding this comment.
for future coders, could you add a comment explaining the error you are triggering?
|
I restarted the failing test, now it is saying that |
|
@WeatherGod Assert_raises can't be used as a context manager in python 2.6. I would suggest just skipping this test on python 2.6 as done in https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/tests/test_rcparams.py#L127 |
|
Didn't know that. Good to know! On Sat, May 23, 2015 at 10:56 AM, Jens Hedegaard Nielsen <
|
- Includes a small PEP8 change - Added tests to cover the `Transform.transform_angles` method
d3254ec to
06d0892
Compare
|
Well, that worked this time around. Commented the tests. |
Raise missing ValueError in transform_angles
|
This does not need backporting. The exception was only missing in master. |
|
@has2k1 Thanks! I should have caught that. |
Transform.transform_anglesmethod