Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If compilation with `nvcc` failed `_job_queue` might be not empty caused followed tests will fail with "Cannot call parallel_map recursively." Clear `_job_queue` in `parallel_imap` before every test. Tested manually. Before: subsequent tests failed with "Cannot call parallel_map recursively." After: only one test failed.
- Loading branch information