Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2002cb3 commit 070d984Copy full SHA for 070d984
1 file changed
lib/matplotlib/tests/test_scale.py
@@ -235,4 +235,4 @@ def test_asinh_transforms():
235
assert_allclose(a_inverted, a)
236
237
a_invinv = invinv.transform_non_affine(a)
238
- assert_allclose(a_invinv, a0 * numpy.asinh(a / a0))
+ assert_allclose(a_invinv, a0 * np.asinh(a / a0))
0 commit comments