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

Skip to content

Commit d1f0191

Browse files
Reference issue #5835 in docstring
1 parent 3783bf3 commit d1f0191

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/tests/test_gridspec.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ def test_equal():
99

1010

1111
def test_ratios():
12+
"""
13+
Addresses issue #5835.
14+
See at https://github.com/matplotlib/matplotlib/issues/5835.
15+
"""
1216
assert_raises(ValueError, gridspec.GridSpec,
1317
1, 2, width_ratios=[2, 1, 3], height_ratios=[3, 4])

0 commit comments

Comments
 (0)