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
If there are special characters (e.g. < or >) in the output txt files in data folder, pd.DataFrame(pytry.read('data')) will fail to read the data.
One use-case where this happened is when using nengo_ocl and recording the context in the output file. This line causes the problem: context = <pyopencl.Context at 0x2afa190 on <pyopencl.Device 'GeForce GTX 970' on 'NVIDIA CUDA' at 0x28f8d80>>
The text was updated successfully, but these errors were encountered:
If there are special characters (e.g. < or >) in the output txt files in data folder,
pd.DataFrame(pytry.read('data'))
will fail to read the data.One use-case where this happened is when using nengo_ocl and recording the context in the output file. This line causes the problem:
context = <pyopencl.Context at 0x2afa190 on <pyopencl.Device 'GeForce GTX 970' on 'NVIDIA CUDA' at 0x28f8d80>>
The text was updated successfully, but these errors were encountered: