Skip to content

Commit

Permalink
fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 4, 2024
1 parent 4855de6 commit 0d1b883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run_test(t, reset_fails, store_all_benchmarks, rtol, nproc):
p = pyro.PyroBenchmark(t.solver, comp_bench=True,
reset_bench_on_fail=reset_fails,
make_bench=store_all_benchmarks)
p.initialize_problem(t.problem, t.inputs, t.options)
p.initialize_problem(t.problem, inputs_file=t.inputs, inputs_dict=t.options)
start_n = p.sim.n
err = p.run_sim(rtol)
finally:
Expand Down

0 comments on commit 0d1b883

Please sign in to comment.