lumen-org / lumen

Interactive web application for the exploration, comparision and validation of probability models and its data
GNU Lesser General Public License v3.0
7 stars 4 forks source link

Lumen breaks when default model doesnt exist #68

Open asver12 opened 5 years ago

asver12 commented 5 years ago

Make lumen work even when back-end is broken at the beginning of a session or invalid model is inserted as default model

nandaloo commented 5 years ago

I think a good strategy would be:

  1. use default model
  2. if default model is not available: show dialog of available models and let user chose
nandaloo commented 4 years ago

@asver12 is this still an issue?