Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have cli analysis tests explicitly set multithreading env variables t…
…o 1. This commit adds an auto-used fixture for all analysis tests, that sets the environment variables for multithreading `OMP_NUM_THREADS`, `MKL_NUM_THREADS`, and `NUMEXPR_NUM_THREADS` all to 1. This can cause the issue of those tests hanging, as numpy uses all resources available if those env variables are not explicitly set.
- Loading branch information