-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of acor package runs into trouble with more recent Numpy versions #22
Comments
It is an open question whether we should require either package as requirement for the sampler, but requiring |
@Hazboun6 is the license for |
The docs should also note that acor should not be installed with |
This is a rather unpleasant situation, exacerbated by the fact that the two different versions of acor have the same version number. If would be nice to avoid this problem by not using it all. |
The
acor
package is no longer under active development and has seen recent issues (@svigeland @kdolum) with newer versions ofNumpy
. Currently the import used in PTMCMCSampler is inside a try except loop, owing to some of these issues.There is a nice autocorrelation function inside of
emcee
and this has recently been used inenterprise_extensions
as a replacement foracor
.The text was updated successfully, but these errors were encountered: