lava-nc / lava-optimization

Neuromorphic mathematical optimization with Lava
https://lava-nc.org/optimization.html
BSD 3-Clause "New" or "Revised" License
51 stars 26 forks source link

Bayesian optimizer tests are stalling #245

Open AlessandroPierro opened 1 year ago

AlessandroPierro commented 1 year ago

Describe the bug The unit tests associated to the Bayesian solvers are stalling.

To reproduce current behavior The stalling tests caused the CI run of the last released to be canceled.

Environment (please complete the following information): Reproduced locally

AlessandroPierro commented 1 year ago

The issue is related to an incompatibility between numpy 1.23.x and numpy 1.24.x imo, since reverting numpy to 1.23.0 solves the issue.