Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
dwierichs committed May 13, 2024
1 parent bbc72d4 commit 86c671f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_autoray.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ def test_zeros_passes_dtype_device(self, backend, dtype):

creation_builtins = [
(float, [np.float64]),
(int, [np.int32, np.int64]), # np.int32 on Windows and np.int64 else
(int, [np.int32, np.int64]), # np.int32 on Windows and np.int64 else
(complex, [np.complex128]),
]

Expand Down

0 comments on commit 86c671f

Please sign in to comment.