[TASK] Improvement on Restart Capability #1280
Labels
priority_minor
RAVENv2.1
All tasks and defects that will go in RAVEN v2.1
task
This tag should be used for any new capability, improvement or enanchment
Issue Description
There are currently several Samplers that do not have the restart capabilities. One reason for that is we do not call the Sampler.finalizeActualSampling(jobHandler,model,myInput) during the restart. The main issue for this is that we need to pass jobHandler to Sampler.finalizeActualSampling, which is not available during restart process. One suggestion is to change it to dict that we can create during restart.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
For Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered: