Skip to content

Commit

Permalink
update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 5, 2024
1 parent 30c4e41 commit c4e9b4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified pyro/compressible_fv4/tests/acoustic_pulse_0160.h5
Binary file not shown.
Binary file modified pyro/compressible_sdc/tests/acoustic_pulse_0160.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion pyro/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def do_tests(out_file,
results[name] = err

# standalone tests
if single is None:
if single is None and solver is None:
bench_dir = os.path.dirname(os.path.realpath(__file__)) + "/multigrid/tests/"
err = mg_test_simple.test_poisson_dirichlet(256, comp_bench=True, bench_dir=bench_dir,
store_bench=store_all_benchmarks, verbose=0)
Expand Down

0 comments on commit c4e9b4c

Please sign in to comment.