Skip to content

Commit 36f9890

Browse files
committed
MNT: Remove baseline images for matplotlib 1.4
1 parent 2760424 commit 36f9890

File tree

9 files changed

+0
-2
lines changed

9 files changed

+0
-2
lines changed

tests/baseline/1.4.x/test_dpi.png

-3.04 KB
Binary file not shown.
-17.2 KB
Binary file not shown.
-4.39 KB
Binary file not shown.
-5.14 KB
Binary file not shown.
-7.81 KB
Binary file not shown.
-12.4 KB
Binary file not shown.
-17.2 KB
Binary file not shown.
-17.2 KB
Binary file not shown.

tests/test_pytest_mpl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
baseline_subdir = '2.0.x'
1717
elif MPL_VERSION >= LooseVersion('1.5'):
1818
baseline_subdir = '1.5.x'
19-
else:
20-
baseline_subdir = '1.4.x'
2119

2220
baseline_dir_local = os.path.join(baseline_dir, baseline_subdir)
2321
baseline_dir_remote = 'http://matplotlib.github.io/pytest-mpl/' + baseline_subdir + '/'

0 commit comments

Comments
 (0)