You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code below runs a batch file that loop through simulation in batches of 5 (separate batch files) but breaks if single simulation returns error, also the combine trajectories should only start after all trajectories were generated.
Running the code outside runScenarios works well (except those that break) and is faster as sequential run.
The code below runs a batch file that loop through simulation in batches of 5 (separate batch files) but breaks if single simulation returns error, also the combine trajectories should only start after all trajectories were generated.
Running the code outside runScenarios works well (except those that break) and is faster as sequential run.
(code modified from template on stackoverflow - example code)
The text was updated successfully, but these errors were encountered: