Skip to content

Commit

Permalink
seed++?
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 13, 2023
1 parent a0b061b commit 1f7dc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark-models/test_petab_benchmark.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_benchmark_gradient(model, scale):

noise_level = 0.1

np.random.seed(0)
np.random.seed(1)
if scale:
point = np.asarray(
list(
Expand Down

0 comments on commit 1f7dc9a

Please sign in to comment.