Some additional features discussed on PR #240:
Separate the current data loading logic into parts that
- get arguments from the model names like we do now,
- find files given a template and dictionary with all the info to fill the template.
So 1) would do some work to fill the dictionary needed for part 2), but you could use a different file structure if you provide a dictionary will all the info needed to file your template.
Some additional features discussed on PR #240:
Separate the current data loading logic into parts that
So 1) would do some work to fill the dictionary needed for part 2), but you could use a different file structure if you provide a dictionary will all the info needed to file your template.