We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This may be just a breakage in pytest. The error is in fixture initialization:
fixturedef = <FixtureDef argname='simple_model' scope='module' baseid='pymc3/tests/test_variational_inference.py'> request = <SubRequest 'simple_model' for <Function test_fit_oo[ADVI-full]>> def pytest_fixture_setup(fixturedef, request): """ Execution of fixture setup. """ kwargs = {} for argname in fixturedef.argnames: fixdef = request._get_active_fixturedef(argname) > result, arg_cache_key, exc = fixdef.cached_result E AttributeError: 'FixtureDef' object has no attribute 'cached_result'
I don't know if this is related to #3395 or #2943 (but I think not the latter, which seems to be a different issue).
The text was updated successfully, but these errors were encountered:
Skip variational inference tests.
c847909
Because of a pytest issue these trigger issue pymc-devs#3775.
Looks like @ferrine has fixed this. Closing.
Sorry, something went wrong.
ferrine
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
This may be just a breakage in pytest. The error is in fixture initialization:
I don't know if this is related to #3395 or #2943 (but I think not the latter, which seems to be a different issue).
The text was updated successfully, but these errors were encountered: