gwastro / ml-mock-data-challenge-1

Code and documentation for the first machine learning focused mock data challenge hosted by the Albert-Einstein-Institut Hannover and the Friedrich-Schiller Universität Jena.
Apache License 2.0
39 stars 16 forks source link

Fixed bug where the same data is generated in all detectors. #6

Closed MarlinSchaefer closed 2 years ago

MarlinSchaefer commented 2 years ago

This pull request addresses the issue #5. It is a fix for that problem.

Furthermore, it fixes a bug where for real noise the noise was not reproducible as the seed was not passed on correctly.