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

Skip to content

Commit 44b51ac

Browse files
committed
Reverted PEP8 fix on bbox_tight test.
1 parent 15c8c90 commit 44b51ac

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

lib/matplotlib/tests/test_bbox_tight.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def test_bbox_inches_tight():
1616
#: Test that a figure saved using bbox_inches='tight' is clipped right
1717
rcParams.update(rcParamsDefault)
1818

19-
data = [[66386, 174296, 75131, 577908, 32015],
20-
[58230, 381139, 78045, 99308, 160454],
21-
[89135, 80552, 152558, 497981, 603535],
22-
[78415, 81858, 150656, 193263, 69638],
23-
[139361, 331509, 343164, 781380, 52269]]
19+
data = [[ 66386, 174296, 75131, 577908, 32015],
20+
[ 58230, 381139, 78045, 99308, 160454],
21+
[ 89135, 80552, 152558, 497981, 603535],
22+
[ 78415, 81858, 150656, 193263, 69638],
23+
[139361, 331509, 343164, 781380, 52269]]
2424

2525
colLabels = rowLabels = [''] * 5
2626

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class StandardReportWithExclusions(pep8.StandardReport):
6262
'*/matplotlib/tri/tripcolor.py',
6363
'*/matplotlib/tri/triplot.py',
6464
'*/matplotlib/tests/test_axes.py',
65+
'*/matplotlib/tests/test_bbox_tight.py',
6566
'*/matplotlib/tests/test_dates.py',
6667
'*/matplotlib/tests/test_delaunay.py',
6768
'*/matplotlib/tests/test_dviread.py',

0 commit comments

Comments
 (0)