Skip to content

Commit c7200b9

Browse files
committed
TST
1 parent 49fd211 commit c7200b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_constrainedlayout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def test_compressed_cbars():
432432
extents = np.copy(axs[0, 0].get_position().extents)
433433
np.testing.assert_allclose(extents,
434434
[0.119849, 0.571899, 0.355875, 0.965277],
435-
rtol=1e-5)
435+
rtol=1e-5, atol=1e-3)
436436

437437

438438
def test_compressed_onecbar():

0 commit comments

Comments
 (0)