Corrected bug in script to be submitted to cluster

This commit is contained in:
Karthik 2025-05-06 19:45:58 +02:00
parent 25e8e944ac
commit b204f37068

View File

@ -20,7 +20,7 @@ function run_hybrid_worker_wrapper(batchIdx)
% Call worker with this batch of parameters % Call worker with this batch of parameters
batchParams = paramGrid(firstIdx:lastIdx, :); batchParams = paramGrid(firstIdx:lastIdx, :);
Scripts.run_hybrid_worker_for_phase_boundary(batchParams, batchIdx); Scripts.run_hybrid_worker(batchParams, batchIdx);
end end
function vals = parse_environmental_variable(varName, default) function vals = parse_environmental_variable(varName, default)