Skip to content
Snippets Groups Projects
Verified Commit 103ae3de authored by Justin Carpentier's avatar Justin Carpentier
Browse files

windows: fix conversion issue

parent 348d6b12
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from __future__ import print_function
import numpy as np
import tensor
dim = np.array([10, 20, 30], dtype=np.int32)
dim = np.array([10, 20, 30], dtype=np.int64)
t = tensor.TensorContainer3(dim)
r = t.get_ref()
r[:] = 0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment