forsys-sp / forsysr

An R implementation of the ForSys program
GNU General Public License v3.0
8 stars 3 forks source link

Crash if no scenario config present #28

Closed codyevers closed 3 years ago

codyevers commented 3 years ago

Clicking on 'load scenario' on landing screen crashes if no json configs are present in the config directory. We should probably ship ForSys with at least one default scenario and dataset, which would avoid this issue.

rlank commented 3 years ago

Commit f811307 fixes this for now.