Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f8c0f commit 598dce8Copy full SHA for 598dce8
lib/matplotlib/tests/test_axes.py
@@ -29,8 +29,6 @@
29
import warnings
30
from matplotlib.cbook import IgnoredKeywordWarning
31
32
-import sys
33
-on_win = (sys.platform == 'win32')
34
35
# Note: Some test cases are run twice: once normally and once with labeled data
36
# These two must be defined in the same test function or need to have
lib/matplotlib/tests/test_patheffects.py
@@ -17,9 +17,6 @@
17
import mock
18
from nose.tools import assert_equal
19
20
21
22
-
23
24
@image_comparison(baseline_images=['patheffect1'], remove_text=True)
25
def test_patheffect1():
0 commit comments