Skip to content

Commit

Permalink
Fix sundials test path
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Apr 26, 2024
1 parent c20629b commit 3ed961f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/tests/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_save_metric(gaussian_model):
def test_sundials_ode():
sir = tinystan.Model(STAN_FOLDER / "sir" / "sir_model.so")
sir_data = STAN_FOLDER / "sir" / "sir.data.json"
sir_init = STAN_FOLDER / "sir" / "sir.data.json"
sir_init = STAN_FOLDER / "sir" / "sir.init.json"

out = sir.sample(
data=sir_data,
Expand Down

0 comments on commit 3ed961f

Please sign in to comment.