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
918 stars 64 forks source link

Loom Backend: Fix retrieval of cells from base table when given rowid in simulate_joint #607

Closed fsaad closed 6 years ago

fsaad commented 6 years ago

The problematic code: https://github.com/probcomp/bayeslite/blob/c49fb01cbd918f565aeb0a00669434c6bf16dbeb/src/backends/loom_backend.py#L672-L685

Likely related: #590.

fsaad commented 6 years ago

Fixed in e00d018b