Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set OMP vars before importing numpy when testing (#1007)
**Context:** When testing Kokkos the OMP env vars were not having an effect because they were set after importing numpy, and were only set for one test file. **Description of the Change:** Set the OMP env vars at the conftest.py file and before importing numpy. **Benefits:** Faster testing times **Possible Drawbacks:** The number of threads is fixed to 2. Different machines might support larger numbers and increase performance.
- Loading branch information