halotools icon indicating copy to clipboard operation
halotools copied to clipboard

bug in parallel implementation of delta_sigma

Open aphearin opened this issue 6 years ago • 0 comments

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.

aphearin avatar Jan 18 '19 20:01 aphearin