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
Although I think the multi-run capability in XTMF is very much an incredibly useful feature, one problem that I have with it is that, when running a lot of runs, the "Batch File" gets too large and very confusing to read in its current format. More importantly, it becomes somewhat difficult to read through the paths when doing a QA before I launch a run. A more readable format would most definitely be welcomed.
The text was updated successfully, but these errors were encountered:
My current proposition is to include a new feature into the Multi-run framework to define a template. This template would contain an attribute for the parameters into the template, and inner XML. This XML would have its attributes searched for %[ParameterName]% and on invocation of the template have it replaced with the given parameter's value. This could greatly reduce the amount of duplicate lines, making it easier to validate.
In 8b403b4 I've implement the logic for templates and the ability to import/execute other multi-run files recursively. The following files would show how to use a template to create another template that is able to execute a model system.
Although I think the multi-run capability in XTMF is very much an incredibly useful feature, one problem that I have with it is that, when running a lot of runs, the "Batch File" gets too large and very confusing to read in its current format. More importantly, it becomes somewhat difficult to read through the paths when doing a QA before I launch a run. A more readable format would most definitely be welcomed.
The text was updated successfully, but these errors were encountered: