Input and output directories
Trott opened this issue · comments
Rich Trott commented
Do not set outputDir property or sent dataDir as an option in the Constructor.
Instead, send outputDir as an option for write() and send dataDir as an option for load() (which should be extracted out of the constructor).
There should probably be no default dataDir/outputDir in the data module but possibly in the cli module.