You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: