Skip to content

Commit

Permalink
Removing outdated docs from the ComponentData docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emma58 committed Dec 2, 2024
1 parent 45691f7 commit f382c1e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyomo/core/base/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,11 +732,7 @@ class ComponentData(ComponentBase):
This is the base class for the component data used
in Pyomo modeling components. Subclasses of ComponentData are
used in indexed components, and this class assumes that indexed
components are subclasses of IndexedComponent. Note that
ComponentData instances do not store their index. This makes
some operations significantly more expensive, but these are (a)
associated with I/O generation and (b) this cost can be managed
with caches.
components are subclasses of IndexedComponent.
Constructor arguments:
owner The component that owns this data object
Expand Down

0 comments on commit f382c1e

Please sign in to comment.