Skip to content

Commit 4630591

Browse files
committed
pass test to executor so it can know the work_dir
1 parent af11fe2 commit 4630591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/benchmarks/test_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_quadratic_means_xarray(tmp_path, runtime, benchmark_all, t_length):
7070
computed_result = run(
7171
result,
7272
executor=spec.executor,
73+
spec=spec,
7374
benchmarks=benchmark_all,
7475
optimize_function=opt_fn,
7576
compute_arrays_in_parallel=True,

0 commit comments

Comments
 (0)