Skip to content
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

PyMC 2.0 not supported #91

Closed
ryanherring opened this issue Jun 28, 2013 · 1 comment
Closed

PyMC 2.0 not supported #91

ryanherring opened this issue Jun 28, 2013 · 1 comment

Comments

@ryanherring
Copy link

Some simple things appear to not work with PyMC 2.0. Should probably list PyMC 2.2 explicitly as the supported version. An example of something you can't do with PyMC 2.0 is:

p = pymc.Poisson('test', 5)
s = p + 1

This will complain about not being able to add a Poisson and an int:

TypeError: unsupported operand type(s) for +: 'Poisson' and 'int'

@CamDavidsonPilon
Copy link
Owner

Ok, thanks for letting me know. I'll update the docs to reflect PyMC 2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants