-
Notifications
You must be signed in to change notification settings - Fork 172
terminate called after throwing an instance of 'std::out_of_range' #51
Comments
Update: It also caused the same error |
Hi, Have you initialized the system and created devices before running the import sys, owl before running the codes. Minjie On Sun, Nov 1, 2015 at 7:12 AM, RalphMao notifications@github.com wrote:
Minjie Wang |
I was using the starting script run_owl_shell.sh |
I have tried it on another machine. The same problem. |
OK I find the problem. It does not support the numpy-like way: ones(n) . Anyway I do not think such a problem should cause the python environment to collapse. |
Hi, You are right. This should not cause the python environment to collapse. Thank you for you suggestion! Minjie On Mon, Nov 2, 2015 at 8:00 AM, RalphMao notifications@github.com wrote:
Minjie Wang |
Wow, that's definitely what I am looking for. I am looking forward to being your first group of users :) |
Here is my python codes:
import owl, numpy
a = numpy.zeros((300,400))
b = owl.from_numpy(a)
And it just gave me such an error:
terminate called after throwing an instance of 'std::out_of_range'
what(): _Map_base::at
Aborted (core dumped)
help...
The text was updated successfully, but these errors were encountered: