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

Skip to content

Commit 18f7921

Browse files
committed
Fixed the failing tests on master.
1 parent d316904 commit 18f7921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/tests/test_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def test_barb_limits():
448448
# this is because the entire path is taken into account when updating the
449449
# datalim.
450450
assert_array_almost_equal(ax.dataLim.bounds, (20, 30, 15, 6),
451-
decimal=2)
451+
decimal=1)
452452

453453
if __name__ == '__main__':
454454
import nose

lib/matplotlib/tests/test_streamplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_streamplot_limits():
5757
# this is because the entire path is taken into account when updating the
5858
# datalim.
5959
assert_array_almost_equal(ax.dataLim.bounds, (20, 30, 15, 6),
60-
decimal=2)
60+
decimal=1)
6161

6262

6363
if __name__=='__main__':

0 commit comments

Comments
 (0)