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.
1 parent a9620d6 commit 68aeffcCopy full SHA for 68aeffc
1 file changed
tests/test_kernel_activation.py
@@ -31,7 +31,7 @@ def make_sparse_message(
31
32
data = sparse.COO(
33
coords=coords_array,
34
- data=np.array(values),
+ data=np.array(values, dtype=float),
35
shape=shape,
36
)
37
0 commit comments