Closed chazeon closed 6 years ago
I forget where this sentence lies?
All files should be saved in the './results' directory
What kind of behavior should we add? Should we use just a literal ``results``
(much simpler) or we use the runtime value of results
(i.e., the value results
in the settings.yaml
)?
It depends on what you wish from it.
In my version, I had the output written to the stdout as well as the output file, it is therefore important to prompt the user which file relates to this section, therefore it should be written as a runtime value. (This makes changing NTV and other settings much faster.
However, in your older version, this line is just written to the output folder. This line has no meaning then because everything is already in this folder.
Resolved by removing this sentence.
Expected Behavior
The
line should change when the output directory is not
results
.Actual Behavior
Writting:
in output even the output directory is not
results
anymore.