Blosc / python-blosc2

https://www.blosc.org/python-blosc2
Other
84 stars 19 forks source link

Add better support for cparams in Proxy and C2Array instances. Fixes #274. #275

Closed FrancescAlted closed 1 month ago

FrancescAlted commented 1 month ago

I think this is ready to go.

@martaiborra , I still have an issue in the number of threads for compression in cparams of the result of an expression. Curiously enough, this only fails (1 thread instead of several) when the whole suite is executed, but not if only e.g. tests/ndarray/test_lazyudf.py is selected.

My hunch is that this might be related with recent handling of making _disable_overloaded_equal global in 86a260b3d2b0f1e4be1eedbd922bcf4662debb00. But I don't see this a block-stopper for the PR (unless you think differently).