Skip to content

v0.3.6

Choose a tag to compare

@mrfitzpa mrfitzpa released this 22 Jun 20:36
· 20 commits to main since this release

Fixed yet another bug related to our implementation of shot noise. Now we clip all pixels to be below the value of 1e15 prior to the application of shot noise to avoid the ValueError raised by 'numpy.random.poisson' when the parameter 'lam' is too high.

Full Changelog: v0.3.5...v0.3.6