Skip to content

Commit c4e9b4c

Browse files
committed
update benchmarks
1 parent 30c4e41 commit c4e9b4c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-1.8 KB
Binary file not shown.
-1.8 KB
Binary file not shown.

pyro/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def do_tests(out_file,
132132
results[name] = err
133133

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

0 commit comments

Comments
 (0)