Skip to content

Commit

Permalink
Maybe setting a numpy random seed will help
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnapolitano committed Jan 30, 2024
1 parent 6d6973b commit 0a9fd86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_ei_transition_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
RTOL = 1e-01
ATOL = 1e-01

np.random.seed(1024)


def test_ei_fit_predict():
X = np.array(
Expand Down

0 comments on commit 0a9fd86

Please sign in to comment.