bug in parallel implementation of delta_sigma
aphearin opened this issue · 0 comments
aphearin commented
The delta_sigma function raises an unexpected exception when run in parallel. Thanks to @SandyYuan for pointing this out. Until this is fixed, users encountering this problem can run delta_sigma on a single core (by using the default argument value of num_threads
=1), and/or use the delta_sigma_from_precomputed_pairs function if workflow permits.