Skip to content

Commit

Permalink
Fix class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed May 13, 2024
1 parent 8fde70f commit 25cdbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baybe/surrogates/gaussian_process/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class GaussianProcessSurrogate(Surrogate):
)
"""The factory used to create the kernel of the Gaussian process.
When passing a :class:`baybe.kernels.base.Kernel`, it gets automatically wrapped
into a :class:`baybe.surrogates.gaussian_process.core.PlainKernelFactory`."""
into a :class:`.kernel_factory.PlainKernelFactory`."""

# TODO: type should be Optional[botorch.models.SingleTaskGP] but is currently
# omitted due to: https://github.com/python-attrs/cattrs/issues/531
Expand Down

0 comments on commit 25cdbfa

Please sign in to comment.