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

Update FixedNoiseGP in optimization to new Api #199

Closed
daklauss opened this issue Dec 4, 2024 · 1 comment
Closed

Update FixedNoiseGP in optimization to new Api #199

daklauss opened this issue Dec 4, 2024 · 1 comment

Comments

@daklauss
Copy link
Collaborator

daklauss commented Dec 4, 2024

As stated in https://botorch.org/v/0.9.5/api/_modules/botorch/models/gp_regression.html#FixedNoiseGP, FixedNoiseGP is deprecated and will be removed with v0.12.
axAdapter.py still uses the old api, leading to a crash while importing/using the module.

Line 22:
from botorch.models.gp_regression import FixedNoiseGP

@schmoelder
Copy link
Contributor

Isn't this already fixed in #179?

@daklauss daklauss closed this as completed Dec 4, 2024
@schmoelder schmoelder closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2024
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

No branches or pull requests

2 participants