Arthur Pairaud
Results
2
issues of
Arthur Pairaud
Hi there ! I was trying to build c-blosc following the installation guide and I've got some errors. Note that I'm building it on windows, so I'm using minGW and...
Hi, I was trying to use ZFP with python-blosc2 with a simple example as follow : ``` a = np.arange(1e6, dtype="int32") b = blosc2.pack_array2(a, cparams={"codec": blosc2.Codec.ZFP_RATE, "clevel": 5, "typesize": 4"})...