Skip to content

BayesianVARMAX import leads to TypeError #430

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

Closed
aeturrell opened this issue Feb 28, 2025 · 1 comment · Fixed by #431
Closed

BayesianVARMAX import leads to TypeError #430

aeturrell opened this issue Feb 28, 2025 · 1 comment · Fixed by #431

Comments

@aeturrell
Copy link

aeturrell commented Feb 28, 2025

Error:
TypeError: MvNormalRV.init() missing 1 required keyword-only argument: 'method'

Reprex:

mamba create -n sbvar python=3.10 pymc pandas matplotlib pymc-extras jupyter
import pymc as pm
from pymc_extras.statespace import BayesianVARMAX

System:
Apple M1 Max Macbook Pro
System Version: macOS 15.3.1 (24D70)
Kernel Version: Darwin 24.3.0

Found when trying out code from this S-BVAR discussion.

@jessegrabowski
Copy link
Member

This was broken by the latest pytensor release. I'll make a fix tomorrow. In the meantime you will need to downgrade to pytensor<2.28.0

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

Successfully merging a pull request may close this issue.

2 participants