We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
axAdapter.py
Line 22: from botorch.models.gp_regression import FixedNoiseGP
from botorch.models.gp_regression import FixedNoiseGP
The text was updated successfully, but these errors were encountered:
Isn't this already fixed in #179?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: