Skip to content

Commit

Permalink
fixed wrong control value in stochastic test case
Browse files Browse the repository at this point in the history
  • Loading branch information
1b15 committed Feb 14, 2024
1 parent 3078413 commit 8ae978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_single_node_dist(self):

model_jax_different = WCModel_jax()
model_jax_different.params["duration"] = 5.0 * 1000
model_jax_different.params["sigma_ou"] = 0.015
model_jax_different.params["sigma_ou"] = 0.02

model_jax_different.run()

Expand Down

0 comments on commit 8ae978c

Please sign in to comment.