From b204f37068d49bc0394bd1c22bae6b6f58f0a231 Mon Sep 17 00:00:00 2001 From: Karthik Chandrashekara Date: Tue, 6 May 2025 19:45:58 +0200 Subject: [PATCH] Corrected bug in script to be submitted to cluster --- Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m b/Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m index d920a38..eece2f3 100644 --- a/Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m +++ b/Dipolar-Gas-Simulator/+Scripts/run_hybrid_worker_wrapper.m @@ -20,7 +20,7 @@ function run_hybrid_worker_wrapper(batchIdx) % Call worker with this batch of parameters batchParams = paramGrid(firstIdx:lastIdx, :); - Scripts.run_hybrid_worker_for_phase_boundary(batchParams, batchIdx); + Scripts.run_hybrid_worker(batchParams, batchIdx); end function vals = parse_environmental_variable(varName, default)