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
@djlaky discovered an issue in parmest with constraints being generated in a nondeterministic order. We think we've tracked the issue to this line in parmest where we are using a Python set to make sure the list of theta names does not have duplicates:
Summary
@djlaky discovered an issue in parmest with constraints being generated in a nondeterministic order. We think we've tracked the issue to this line in parmest where we are using a Python
set
to make sure the list of theta names does not have duplicates:pyomo/pyomo/contrib/parmest/parmest.py
Line 312 in df51e99
The fix suggested by @jsiirola is to use the following to create a list without duplicates:
The text was updated successfully, but these errors were encountered: