Closed paganol closed 1 day ago
Now Simulation.add_noise() uses self.random as default random number generator. The following syntax now works:
Simulation.add_noise()
sim.add_noise() sim.add_noise(noise_type='white')
This short PR addresses this https://github.com/litebird/litebird_sim/pull/342#issuecomment-2485018373 I think we can quickly merge it.
Now
Simulation.add_noise()
uses self.random as default random number generator. The following syntax now works: