eBay / bayesian-belief-networks

Pythonic Bayesian Belief Network Package, supporting creation of and exact inference on Bayesian Belief Networks specified as pure python functions.
Other
1.13k stars 256 forks source link

Added gassian_bayesian_networks to setup.py to correct import error #27

Open jtutmaher opened 6 years ago

jtutmaher commented 6 years ago

@nnewey This update is meant to correct the following issue #24

The root cause of this import error seems to be related to the fact that the setup.py does not copy over dependencies in the examples/gaussian_bayesian_network folder to the locate site-packages folder. This seems to fix the issue.

Note, this does not fix the failing test outlined in #15