Skip to content

v1.3

Latest
Compare
Choose a tag to compare
@jburba jburba released this 31 Jan 11:46
· 117 commits to main since this release
23c0cb4

Fix spurious correlations between model components at different times

A bug was found where child processes spawned by multiprocess.Pool shared the random state of the parent. This resulted in identical draws for the omegas (Gaussian, zero-mean, unit-variance random vectors) at different times which produced correlated EoR and FG model samples. This version update fixes #7.