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 2e10ffc commit 4e11178Copy full SHA for 4e11178
1 file changed
lib/matplotlib/tests/test_style.py
@@ -151,7 +151,8 @@ def test_get_style_dict_from_lib():
151
152
153
def test_get_style_dict_from_file():
154
- style_dict = get_style_dict(os.path.join(BASE_LIBRARY_PATH, 'bmh.mplstyle'))
+ style_dict = get_style_dict(os.path.join(BASE_LIBRARY_PATH,
155
+ 'bmh.mplstyle'))
156
assert_equal(style_dict['lines.linewidth'], 2.0)
157
158
0 commit comments