The data directory should be treated as an input directory, and all output should go into the output directory. Otherwise you cannot run more than one run at once, and it's anyway just very confusing. Currently, running examples/sim.toml overwrites the repository files
in sim.toml. Can these just be written to outputdir instead? They don't seem to be read back in by the code, so is this just for informational purposes?
The data directory should be treated as an input directory, and all output should go into the output directory. Otherwise you cannot run more than one run at once, and it's anyway just very confusing. Currently, running examples/sim.toml overwrites the repository files
These are specified in
in sim.toml. Can these just be written to outputdir instead? They don't seem to be read back in by the code, so is this just for informational purposes?