Modifies repo structure to put database files into ./db/, functional analysis files into ./model/ and placeholders for actual analysis in ./scenarios.
Moves all execution code to ./tests/
Consolidates the function for log growth curves: rather than three functions (one for each scenario), we now have one function that we can simply parameterize for each scenario. See tests/ for examples.
Overview
./db/
, functional analysis files into./model/
and placeholders for actual analysis in./scenarios
../tests/
tests/
for examples.