Livio Benčik

Results 2 comments of Livio Benčik

I figured it out - the problem is that `np.array([[0., 0., 0.5]])` by default sets the dtype to `float64` (which produces the error), while `model.ops.alloc2f(...)` sets it to `float32` which...

:+1: for Python, it's a deal breaker for us