Skip to content

Commit 5a03441

Browse files
authored
update tests (#77)
1 parent 6f2a677 commit 5a03441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_umath/tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_args(args_str):
4444
elif s == 'i':
4545
args.append(np.int_(np.random.randint(low=1, high=10)))
4646
elif s == 'l':
47-
args.append(np.int64(np.random.randint(low=1, high=10)))
47+
args.append(np.dtype('long').type(np.random.randint(low=1, high=10)))
4848
elif s == 'q':
4949
args.append(np.int64(np.random.randint(low=1, high=10)))
5050
else:

0 commit comments

Comments
 (0)