-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Python 3.13 Test Summary
mplotutils/tests/test_mapticklabels.py::test_xticklabels_robinson[True]: AssertionError:
Not equal to tolerance rtol=1e-07, atol=0.01
Mismatched elements: 1 / 2 (50%)
Mismatch at index:
[1]: -89.99 (ACTUAL), -89.84563525826547 (DESIRED)
Max absolute difference among violations: 0.14436474
Max relative difference among violations: 0.00160681
ACTUAL: array([-120. , -89.99])
DESIRED: array([-120. , -89.845635])
mplotutils/tests/test_mapticklabels.py::test_xticklabels_robinson[False]: AssertionError:
Not equal to tolerance rtol=1e-07, atol=0.01
Mismatched elements: 1 / 2 (50%)
Mismatch at index:
[1]: -89.99 (ACTUAL), -89.84563525826547 (DESIRED)
Max absolute difference among violations: 0.14436474
Max relative difference among violations: 0.00160681
ACTUAL: array([-120. , -89.99])
DESIRED: array([-120. , -89.845635])
Reactions are currently unavailable