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 b0de106 commit 1ba5f66
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 @@ -586,7 +586,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 1ba5f66

Please sign in to comment.