melonwater211
melonwater211
### Introduction The test `test_ksdrift` in `alibi_detect/cd/tests/test_ks.py` seems to be flaky when all seed-setting code (e.g. `np.random.seed(0)` or `tf.random.set_seed(0)`) is commented out. For instance, in commit 1b06ecd37a08280d3bcff2b41b123a1f528afc0d (version 0.5.2), `test_ksdrift[368]`...
### Introduction Several tests, including `test_softmax_bernoulli_equivalence` in `tests/gpflow/likelihoods/test_multiclass.py`, seem to be flaky when all seed-setting code (e.g. `np.random.seed(0)` or `tf.random.set_seed(0)`) is commented out. For instance, in commit 94fa3900358c9b0c5536324237e8e3d2d67cbb13, `test_softmax_bernoulli_equivalence` failed...
This PR is a followup to Issue #1654 (@bhancock8). We have changed `n_epochs` from 10 to 20. Please let us know if there is anything else that should be done...
### Introduction `test_tSP_opt_nograd` in `tests/test_surrogates.py` seems to be flaky when all seed-setting code (e.g. `np.random.seed(0)` or `tf.random.set_seed(0)`) is commented out. In commit 295a7b17b0358ee73ad554e487961635986fdadc, `test_tSP_opt_nograd` failed ~5% of the time (out...