Update VaryRun to accommodate external models
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 71
- Forks
- 27
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 33
Description
Currently VaryRun calls multiple SingleRuns by calling PROCESS from the command line. This means that an external model e.g. a cost model can't overwrite the cost model instance before each run. This is in contrast to SingleRun where an instance can be created, a model overwritten, and then the SingleRun performed.
It would be useful if a model/s could be supplied to VaryRun such that models could be overwritten before each run within a VaryRun.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.