The assertion
|
assert bf.minimizer_metadata['success'] |
has begun to randomly cause the associated test of constrained scipy slsqp minimization to fail, as observed for example in
this workflow run.
One would naively expect the outcome to be deterministic though, given the deterministic seed and the lack of any other non-deterministic settings.
We could consider catching the exception, simultaneously stating that it is under investigation and referring here, or remove the test.
The assertion
pisa/pisa/analysis/analysis.py
Line 3981 in 12ce315
One would naively expect the outcome to be deterministic though, given the deterministic seed and the lack of any other non-deterministic settings.
We could consider catching the exception, simultaneously stating that it is under investigation and referring here, or remove the test.