BayAreaMetro/tm2py

๐Ÿš€ Feature: Dump used config to run directory as toml

Opened this issue ยท 0 comments

e-lo commented

User Story

As a user, I'd like a canonical reference to the configuration used by the model run to be printed out as a configuration file in the run directory with the datetime that it was run.

Progress:

  • Sufficiently defined
  • Approach determined
  • Tests developed
  • User story satisfied
  • Doc strings
  • General documentation
  • Passing tests

Priority

Low

Level of Effort

Low

Resolution Ideas

with open(used_config_filename, "w") as fout:
            toml.dump(_config, fout)

Tests

  • Test for...