Skip to content

Conversation

stefanocortinovis
Copy link
Contributor

@stefanocortinovis stefanocortinovis commented Nov 1, 2024

Checklist

  • [ x ] I've formatted the new code by running hatch run dev:format before committing.
  • [ NA ] I've added tests for new code.
  • [ NA ] I've added docstrings for the new code.

Description

Previously, a Static object passed as the obs_stddev argument to the Gaussian likelihood would be wrapped in PositiveReal because isinstance(Static, Parameter) evaluates to False. This was affecting examples intro_to_kernels.py and bayesian_optimisation.py. This PR fixes it.

Issue Number: N/A

@thomaspinder thomaspinder merged commit 0816901 into JaxGaussianProcesses:main Nov 1, 2024
11 checks passed
@stefanocortinovis stefanocortinovis deleted the fix_static_check branch November 1, 2024 15:52
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 this pull request may close these issues.

2 participants