Closed pmanion0 closed 8 years ago
Finished in 78be21d
My "intelligent naming" ended up just being test_1
, test_2
, etc. I would have liked something more intelligent like automatically doing test_iter_100
, test_iter_200
, etc., but this was just going to be way more work than it was worth.
However, I also added a summary.txt
file to output all the configurations, so we can later figure out what test_2
actually meant.
Change TestConfigLauncher to use an output directory and automatically name each test rather than having to specify the output directory for every test manually (this gets annoying quickly).
Tasks:
Overwrite the automated naming if the user specifies their own output filesI'm just going to overwrite the user specified output if an output directory is specified - it's way easier.