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 a739eb8 + 4f87369 commit 8ffb169Copy full SHA for 8ffb169
skcuda/misc.py
@@ -634,7 +634,7 @@ def diff(x_gpu):
634
635
636
# List of available numerical types provided by numpy:
637
-num_types = [np.typeDict[t] for t in \
+num_types = [np.sctypeDict[t] for t in \
638
np.typecodes['AllInteger']+np.typecodes['AllFloat']]
639
640
# Numbers of bytes occupied by each numerical type:
0 commit comments