probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
922 stars 64 forks source link

gracefully report variables whose statistical types are not known to cgpm #455

Closed riastradh-probcomp closed 8 years ago

riastradh-probcomp commented 8 years ago

CGPM will fail gracelessly if it encounters a statistical type not in _DEFAULT_DIST.

riastradh-probcomp commented 8 years ago

Fixed in 7520005bb3bda14bd904d31374e878952ea476b9.