HIPS / pgmult

Dependent multinomials made easy: stick-breaking with the Pólya-gamma augmentation
MIT License
59 stars 22 forks source link

setup does not install pgmult.internals #13

Open eliotmoss opened 6 years ago

eliotmoss commented 6 years ago

In order to install the internals - which are accesses by utils.py - the packages line in setup.py needs to read:

packages=['pgmult', 'pgmult.internals'],