@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).
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).