From e954b5b1817e9b94d2d107f66f1c163e498c85dd Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Wed, 26 Mar 2025 14:21:44 +0100 Subject: [PATCH] fix: missing bracket around multiple variables --- mpiTesting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpiTesting.py b/mpiTesting.py index 6e9a4b5..03abb7d 100644 --- a/mpiTesting.py +++ b/mpiTesting.py @@ -178,7 +178,7 @@ def genSim(grid, **kwargs): return sim -outfile, sim_runner_profiling_data, sim_profiling_data = Common.runSimulation( +(outfile, sim_runner_profiling_data, sim_profiling_data) = Common.runSimulation( genSim, arguments, outfile, save_times, save_var_names, dt) if(args.profile):