Tobias-Kohn / PyFOPPL

A FOPPL-Implementation in Python (Lisp-based Probabilistic Programming)
MIT License
4 stars 1 forks source link

gen_cont_vars is including observables [y1,...,yn] #3

Closed bayesianbrad closed 6 years ago

bayesianbrad commented 6 years ago

I should have spotted this before, but I over looked it. The gen_vars functions for discrete and conditional parameters spit out the right latent variables. So to does the gen_vars() function. However, the gen_vars function continuous parameters also includes observables. I'm sure it is super easy to correct, but I can't spot it myself in the model_generator.py script.