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

Skip to content

Commit 070d984

Browse files
committed
Patched asinh-transforms test numpy namespace
1 parent 2002cb3 commit 070d984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ def test_asinh_transforms():
235235
assert_allclose(a_inverted, a)
236236

237237
a_invinv = invinv.transform_non_affine(a)
238-
assert_allclose(a_invinv, a0 * numpy.asinh(a / a0))
238+
assert_allclose(a_invinv, a0 * np.asinh(a / a0))

0 commit comments

Comments
 (0)