Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5dccd1b

Browse files
committed
TST: add test for lw scaling of dash patterns
1 parent 7a203e4 commit 5dccd1b

File tree

5 files changed

+2004
-4
lines changed

5 files changed

+2004
-4
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ def remove_text(figure):
214214

215215
def test(self):
216216
baseline_dir, result_dir = _image_directories(self._func)
217-
if self._style != 'classic':
218-
raise KnownFailureTest('temporarily disabled until 2.0 tag')
219217
for fignum, baseline in zip(plt.get_fignums(), self._baseline_images):
220218
for extension in self._extensions:
221219
will_fail = not extension in comparable_formats()
Binary file not shown.

0 commit comments

Comments
 (0)