Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problematic loading data with exec #11

Open
ikajic opened this issue Jun 9, 2016 · 0 comments
Open

Problematic loading data with exec #11

ikajic opened this issue Jun 9, 2016 · 0 comments
Labels

Comments

@ikajic
Copy link
Collaborator

ikajic commented Jun 9, 2016

I had a case where one of the stored parameters was text which Python did not manage to evaluate as an object it recognizes:
_context = <pyopencl.Context at 0x319aaa0 on <pyopencl.Device 'GeForce GTX 970' on 'NVIDIA CUDA' at 0x251dc60>>

this ended up not loading the data (returning [] from Data object) and it took some time to figure it out. I raised the issue because:
a) cases such as these should also be handled somehow
b) it would be useful if an Exception would not continue quietly in this case, even a small warning would be very useful

@ikajic ikajic added the bug label Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant