We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41eec52 + 372bf68 commit cad9701Copy full SHA for cad9701
mkl_umath/tests/test_basic.py
@@ -44,7 +44,7 @@ def get_args(args_str):
44
elif s == 'i':
45
args.append(np.int_(np.random.randint(low=1, high=10)))
46
elif s == 'l':
47
- args.append(np.longlong(np.random.randint(low=1, high=10)))
+ args.append(np.dtype('long').type(np.random.randint(low=1, high=10)))
48
else:
49
raise ValueError("Unexpected type specified!")
50
return tuple(args)
0 commit comments