You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test fails randomly but on a subsequent runs passes with no changes: tests/test_optimize/test_optimizer.py::ComplexSketchTests::test_optimize
Most probably due to a random seed somewhere in SLSQP algorithm - change the test to avoid relying on it failing.
The text was updated successfully, but these errors were encountered:
Test fails randomly but on a subsequent runs passes with no changes:
tests/test_optimize/test_optimizer.py::ComplexSketchTests::test_optimize
Most probably due to a random seed somewhere in SLSQP algorithm - change the test to avoid relying on it failing.
The text was updated successfully, but these errors were encountered: