marberi
marberi
**Describe the bug** Problem reading in csv file. It generate the following error: BlazingContext ready [19:37:44.175] [error] |||ERROR in task::run. What: cuDF failure at: ../src/io/csv/reader_impl.cu:212: byte_range offset with header not...
- Tests added for issue 4845 First time adding a test. I could run pytest, but it did not find this new test. Check carefully.
[dask_error.txt](https://github.com/dask/dask/files/3220417/dask_error.txt) This might be related to Dask not supporting multi-indexes. My code was randomly failing, which made me first assume there was a problem in the input data. Running with...
**What happened**: When running map_partitions on a dataframe. The applied function use a model that was scattered as a dictionary with different (x-)arrays. The values in the model ends up...
The example in the README fails [1] when running the following line: states = jqt.mesolve(g_state_dm, ts, c_ops=c_ops, Ht=Ht) which appears to be because of the ordering of the arguments to...
For bench marking a storage system, I wanted to turn off the compression when writing a Zarr file. Generating random number seemed to have a significant overhead (when generating writing...
I tried connecting to a HDFS storage, through the default configuation (core-site.xml). Connecting, plus writing and reading a dataframe worked find (not shown). However, when attempting to run the code:...