probcomp / cgpm

Library of composable generative population models which serve as the modeling and inference backend of BayesDB.
Apache License 2.0
25 stars 11 forks source link

Revert horrible temporary cache in vscgpm.from_metadata #160

Closed fsaad closed 8 years ago

fsaad commented 8 years ago

Now that #159 is resolved, Engine will only ever invoke from_metadata when there is a change in the metadata (i.e. the hack of a cache we implemented is stale).

fsaad commented 8 years ago

f9861a9