mackelab / delfi

Density estimation likelihood-free inference. No longer actively developed see https://github.com/mackelab/sbi instead
http://www.mackelab.org/delfi
Other
71 stars 28 forks source link

Loop reference #52

Closed florensacc closed 5 years ago

florensacc commented 5 years ago

The latest version of you repo has a loop reference that prevents it from working correctly: when trying to import delfi.distribution as dd, this new line tries to import a module that in turn tries to import distribution: https://github.com/mackelab/delfi/blob/master/delfi/distribution/__init__.py#L9

dgreenberg commented 5 years ago

Thanks for pointing this out. To be honest I'm not sure how this got past the tests but it will be fixed shortly.