weecology / biodivcast

MIT License
0 stars 0 forks source link

Rewrite/refactor top-level driver code #8

Open ethanwhite opened 6 years ago

ethanwhite commented 6 years ago

analysis/fit-predict.R is the current top-level driver code. It handles different kinds of models differently and has no meaningful structure or documentation. Key changes to made to this code include:

Alternatively we could return to the associated code in forecast-bbs-core.R as the starting point.

ethanwhite commented 6 years ago

My general feeling after a few minutes with this is that we probably want to rewrite the top-level code from scratch while using fit-predict.R as a guide to make sure that the associated special cases don't get lost.