-
Notifications
You must be signed in to change notification settings - Fork 357
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
I suspect bayes-optim is causing failures?? #1365
Comments
Trace: humpday/optimizers/bayesoptcube.py:35: self = <bayes_opt.bayesian_optimization.BayesianOptimization object at 0x7f6c4aef78b0>
/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/bayes_opt/bayesian_optimization.py:182: self = <bayes_opt.bayesian_optimization.BayesianOptimization object at 0x7f6c4aef78b0>
/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/bayes_opt/bayesian_optimization.py:131: ac = <bound method UtilityFunction.utility of <bayes_opt.util.UtilityFunction object at 0x7f6c4aed3550>>
E TypeError: 'float' object is not subscriptable |
I notice
bayes-optim==0.2.5.5
but also that this package is causing failures on my tests
I will take a closer look and try to make a more useful comment.
The text was updated successfully, but these errors were encountered: