Skip to content

Commit e27f419

Browse files
committed
TST: Test fixup (seems I ran the wrong one locally...)
1 parent b43e62a commit e27f419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/tests/test_ufunc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ def test_ufunc_noncontiguous(ufunc):
27462746
orig_dt = np.dtype(t)
27472747
off_dt = f"S{orig_dt.alignment}" # offset by alignment
27482748
dtype = np.dtype([("_", off_dt), ("t", orig_dt)], align=False)
2749-
args_o.append(np.empty(6, dtype="b")["t"])
2749+
args_o.append(np.empty(6, dtype=dtype)["t"])
27502750

27512751
for a in args_c + args_n + args_o:
27522752
a.flat = range(1,7)

0 commit comments

Comments
 (0)