Skip to content

Commit

Permalink
TST: One more test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Mar 12, 2024
1 parent 96157d6 commit 6daf11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_numpy_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def test_argument_conversions(forcecast, contiguity, noconvert):
def test_dtype_refcount_leak():
from sys import getrefcount

dtype = np.dtype(np.float_)
dtype = np.dtype(np.float64)
a = np.array([1], dtype=dtype)
before = getrefcount(dtype)
m.ndim(a)
Expand Down

0 comments on commit 6daf11a

Please sign in to comment.