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

invalid empirical model is queried #53

Open nandaloo opened 5 years ago

nandaloo commented 5 years ago

When you work with variables that are not observed, i.e. that are not backed by data, then invalid queries to the references empirical model are issued. This crashes the frontend.

We solve this as follows

jong42 commented 5 years ago

The similar problem appears when working with variables that are not modeled, i.e. for which no samples are generated. Then invalid queries to the model are issued when activating the 'model marginals' facet

nandaloo commented 5 years ago

I see. I'll check it out.