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

sampling via pymc raises TypeError since pymc v5.20.1 #1397

Open
janfb opened this issue Feb 20, 2025 · 0 comments
Open

sampling via pymc raises TypeError since pymc v5.20.1 #1397

janfb opened this issue Feb 20, 2025 · 0 comments
Labels

Comments

@janfb
Copy link
Contributor

janfb commented Feb 20, 2025

see #1390 for details.

To fix this issue, we should check whether pymc made a new release and fixed the problem and then remove the fail mark from the tests here

sbi/tests/mcmc_test.py

Lines 188 to 196 in 4c1ffa2

pytest.param(
"nuts_pymc",
marks=pytest.mark.xfail(
condition=sys.version_info >= (3, 12),
reason="Fails with pymc 5.20.1",
strict=True,
raises=TypeError,
),
),

and here

pytest.param(
"nuts_pymc",
marks=pytest.mark.xfail(
condition=sys.version_info >= (3, 12),
reason="Fails with pymc 5.20.1",
raises=TypeError,
),

@janfb janfb added hackathon good first issue Good for newcomers labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant