We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93cf92 commit 452213eCopy full SHA for 452213e
src/blosc2/core.py
@@ -893,9 +893,9 @@ def free_resources() -> None:
893
resources when you are not going to use Blosc for a long time.
894
895
The number of threads can also be set via the ``BLOSC_NTHREADS`` environment
896
- variable (e.g., ``export BLOSC_NTHREADS=1``). Additionally, you may want to set
897
- ``NUMEXPR_NUM_THREADS`` as well since numexpr is used under
898
- the hood (e.g., ``export NUMEXPR_NUM_THREADS=1``).
+ variable (e.g., ``export BLOSC_NTHREADS=1``). Additionally, you may want to set
+ ``NUMEXPR_NUM_THREADS`` as well since numexpr is used under the hood
+ (e.g., ``export NUMEXPR_NUM_THREADS=1``).
899
900
Examples
901
--------
0 commit comments