maward-sci / c_scenarios

1 stars 0 forks source link

Feat/repo structure #2

Closed cdibble closed 2 years ago

cdibble commented 2 years ago

Overview

  1. Modifies repo structure to put database files into ./db/, functional analysis files into ./model/ and placeholders for actual analysis in ./scenarios.
  2. Moves all execution code to ./tests/
  3. 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.