PopGen.jl icon indicating copy to clipboard operation
PopGen.jl copied to clipboard

[bug] parallel addition must use atomic values (or Locks)

Open pdimens opened this issue 1 year ago • 0 comments

description In some of the OnlineStats-like code that's parallelized, do a one-over and make sure that there aren't data races and replace them with Atomics.

pdimens avatar Jun 08 '23 17:06 pdimens