-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blosc.set_nthreads() not working #246
Comments
@ali-arbabian thank you for reporting this! I have encountered this in Bloscpack too but have not gotten around to debugging it further. The following issue in Bloscpack: ... I believe actually has it's root cause in this python-blosc bug you have reported here! I also believe this may have been broken for some time now(years?) but not sure about the exact python-blosc version where this regression was introduced . I would also consider this bug to be of reasonably high severity since it severly limits the usefulness and flexibility of the package. |
Thanks for bringing this to our attention. We will try to fix this soon. As always, if you find a solution/workaround, this would help us in accelerating the fix. |
Sounds good! I will look into this issue again this weekend if I get the chance. |
Any updates on this issue? |
Ups, thanks for the reminder. The code worked fine, but internally we did not update the global |
I can confirm this works:
Previously:
This is great @FrancescAlted -- would we be able to get a new release to that I can close Blosc/bloscpack#96 -- who do I ask these days? |
Hi all,
Having an issue where
blosc.set_nthreads()
andblosc.set_releasegil()
are not actually changing the arguments inside the blosc package.I'm checking
blosc.nthreads
and it stays at 8 despite theblosc.n_threads()
call. I've also tried moving these lines to the top of my first entry script, still no luck.Steps to reproduce:
Output:
The text was updated successfully, but these errors were encountered: