-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Displayed inference library version is wrong in InferenceData from PyMC3 #1257
Comments
I observe the same problem after installing with |
Looks like here is where things go wrong: https://github.com/arviz-devs/arviz/blob/master/arviz/data/base.py#L227 no idea why though, just leaving this here im case it could help |
Another possible issue, I see this error from mypy in sampling:
According to mypy, |
To solve this issue however, the question is: Should/can we fix the problem of |
ArviZ uses |
The I can't reliably reproduce the fishyness of incorrect pip version reports. Maybe it's just a rare issue, specific to Robert and me? |
not sure if this has happened again, so I'll close for now given there doesn't seem to be other reports of this either |
Describe the bug
I was running PyMC3 version 3.9.1, and returned an
InferenceData
object frompymc3.sample()
. The resultingInferenceData
shows this:But that is not the PyMC3 version reported by PyMC3:
To Reproduce
I ran this script (trying to replicate an issue in PyMC3):
Expected behavior
Two reported versions of PyMC3 version should agree.
Additional context
ArviZ from git at 7cec6dd and PyMC3 from git at 66cd2163039b3c2f76420357ee801d7ec351c4fc
The text was updated successfully, but these errors were encountered: