An error of example/pinn_forward/Helmholtz_Dirichlet_2d_HPO.py #1445
lijialin03
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Function 'gp_minimize' of package 'skopt (scikit-optimize)' is used in this example and an error has been reported like,

The reason is that 'np.int' used in skopt was deprecated in NumPy 1.20. The newest NumPy is version 1.25.
My skopt version is 0.9.0. I think it is the latest version in https://pypi.org/search/?q=scikit-optimize. So this example may require NumPy 1.20 or lower while there is no version requirements of NumPy in requirements.txt.
Beta Was this translation helpful? Give feedback.
All reactions