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
In making Egret fully Pyomo 6 compatible grid-parity-exchange/Egret/pull/232, I noticed an incongruity and potential performance issue in IndexedComponent:
In making Egret fully Pyomo 6 compatible grid-parity-exchange/Egret/pull/232, I noticed an incongruity and potential performance issue in
IndexedComponent
:pyomo/pyomo/core/base/indexed_component.py
Lines 361 to 371 in acfe565
These standard dict-like iterator methods all return a
list
, which is not as promised in their docstrings.The text was updated successfully, but these errors were encountered: