JohannesBuchner / PyMultiNest

Pythonic Bayesian inference and visualization for the MultiNest Nested Sampling Algorithm and PyCuba's cubature algorithms.
http://johannesbuchner.github.io/PyMultiNest/
Other
191 stars 87 forks source link

ignore `.eggs`, and correct `basename`->`outputfiles_basename` #219

Closed AdamOrmondroyd closed 1 year ago

AdamOrmondroyd commented 1 year ago

I realised when I pip installed that the .eggs aren't ignored

Also in run.multinest_complete(), the parameters refer to outputfiles_basename while the body refers to basename

JohannesBuchner commented 1 year ago

Thank you!