-
Notifications
You must be signed in to change notification settings - Fork 1
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
Some bugs appear in demp_plot_2D #1
Comments
Hi, Can you please provide more context on which line of code resulting in this bug ? It is likely due to the different numpy version. Can you downgrade your numpy to be earlier version, such as numpy = 1.10.0 |
Thank you!More details about this bug:~\AppData\Local\Temp\ipykernel_10888\454163803.py in ~\Desktop\BOIL-master\bayes_opt\sequentialBO\boil.py in init(self, n_init_points, seed) ~\Desktop\BOIL-master\bayes_opt\test_functions\drl_experiments.py in func(self, X) <array_function internals> in apply_along_axis(*args, **kwargs) D:\ANACONDA\envs\gpbss2\lib\site-packages\numpy\lib\shape_base.py in apply_along_axis(func1d, axis, arr, *args, **kwargs) ~\Desktop\BOIL-master\bayes_opt\test_functions\drl_experiments.py in evaluate(self, X, unwrap, display) ~\Desktop\BOIL-master\bayes_opt\test_functions\drl\agents.py in nextEpisode(self, env, time, display) ~\Desktop\BOIL-master\bayes_opt\test_functions\drl\agents.py in act(self, state, time) ~\Desktop\BOIL-master\bayes_opt\test_functions\drl\agents.py in (s) |
Good afternoon! When I'm working with this package, I'm getting an array mismatch error that seems to be due to a discrepancy between variables and their settings. How should I resolve this?
![6abb4e2782cb1abe3ebfe34e67b62e2](https://private-user-images.githubusercontent.com/104913285/348952451-54c745c6-964e-4c1a-a90a-318beaa1957b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTc0NzksIm5iZiI6MTczOTU1NzE3OSwicGF0aCI6Ii8xMDQ5MTMyODUvMzQ4OTUyNDUxLTU0Yzc0NWM2LTk2NGUtNGMxYS1hOTBhLTMxOGJlYWExOTU3Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxODE5MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00YTM3NTRmMzA0YzIxZDY2NWEzOTk0ZDYwNmRlNmEwMTQyZTkzMjNmMDc4NGVlNTIwODRhYTJmNjk3ZThmMGM3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.DHqnZTDrLwL0QtNBffxwDTTprCBMPqsEdJ6Ao-8LwXA)
The text was updated successfully, but these errors were encountered: