Closed amanmdesai closed 2 years ago
At present : bkg = np.random.exponential(-1/2, 300) uses a non-negative scale which results in error.
Solution: According to the numpy docs, the scale must be non-negative. Link
I have included the changes in #71
Done
At present : bkg = np.random.exponential(-1/2, 300) uses a non-negative scale which results in error.
Solution: According to the numpy docs, the scale must be non-negative. Link