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
The Pysomo tests are known to have an issue with non-deterministic behavior. Specifically, I think it is because the sampling steps are not seeded and thus we get a new set of sample points each time we run the tests and occasionally this results in an infeasible solution.
@lbianchi-lbl@ksbeattie This is due to random number generation with NumPy/SciPy in the initialization and solution steps.
I have attempted to fix the issue by fixing the numpy random seed generator for this test (PR #1264), but since it is a random failure there is no way to know if the fix works.
This occurred in https://github.com/IDAES/idaes-pse/actions/runs/6041051733 for a single job run and seems unrelated to #1253.
The text was updated successfully, but these errors were encountered: