-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
BUG: Combination covariance errors with WhiteNoise #6673
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
Comments
Edit: actually no, because Constant is a subclass of BaseCovariance, not Covariance. It looks like it was intended for WhiteNoise to do the same. |
dehorsley
added a commit
to dehorsley/pymc
that referenced
this issue
Apr 18, 2023
Since pymc-devs#6458, Covariance is now the base class for kernels/covariance functions with input_dim and active_dims, which does not include WhiteNoise and Constant kernels.
dehorsley
added a commit
to dehorsley/pymc
that referenced
this issue
Apr 18, 2023
Closed via #6674 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue:
Post v5.2.0,
gp.cov.Combination
covariance has extra checks (at cov.py:189) that fail with aWhiteNoise
covariance.Currently, the check for
input_dim
equality fails there is also a lurking problem with calculatingactive_dims
.Reproduceable code example:
Error message:
PyMC version information:
installed via pip
OS: *
Context for the issue:
Affects any use of latent GPs with noise.
The text was updated successfully, but these errors were encountered: