Closed bilby-bot closed 3 weeks ago
In GitLab by @git.ligo:moritz.huebner on Aug 19, 2020, 19:20
created merge request !852 to address this issue
In GitLab by @git.ligo:colm.talbot on Aug 21, 2020, 13:19
closed via merge request !852
In GitLab by @git.ligo:colm.talbot on Aug 21, 2020, 13:19
mentioned in commit 3c93842cc9bedb8b5a82c5884293545e352d4eea
In GitLab by @git.ligo:moritz.huebner on Aug 19, 2020, 19:20
Not sure why this is happening now. Might either be my recently merged changes to the test structure (although I haven't made any changes to the syntax of the test.
Alternatively, this might have also happened due to an update of some dependency we are using. The outcome of the test we are doing is random, though we do fix the seed
np.random.seed(8817023)
. Resetting to a version before the changes in the test suite on my own machine throws the same error "AssertionError: 0.009432960657697387 not greater than 0.01".I suggest to change the seed to 8817020, which seems to pass the test. On a more general note, it is generally not desirable to test random behaviour even with fixed seeds precisely because of these issues.