-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel run #511
Parallel run #511
Conversation
Tests require the latest Core. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is looking good. Just a quick question regarding returned value in case of SIlentMode
simulationResults[[id]] <- SimulationResults$new(ref = rClr::clrGet(resultObject, "Result"), simulation = simulationsIdMap[[id]]) | ||
next() | ||
} | ||
# If the simulation run failed, show a warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not we set simulationResults[[id]] to NULL or sthg here ? to show that something is off?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All values are NULL after initialization of simulationResults
and are overwritten if the result exists.
Implementation of running simulations concurrently.
Concurrent batch simulations will follow in a separate PR.
FYI @abdelr