Skip to content

Commit 68617fa

Browse files
committed
Add ModelChainResults to classes section of api.rst
1 parent 19ed9a2 commit 68617fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/sphinx/source/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ corresponding procedural code.
2323
pvsystem.Array
2424
tracking.SingleAxisTracker
2525
modelchain.ModelChain
26+
modelchain.ModelChainResult
2627

2728

2829
Solar Position

pvlib/modelchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def get_orientation(strategy, **kwargs):
265265

266266
@dataclass
267267
class ModelChainResult:
268+
"""Contains the results of running a ModelChain."""
268269
T = TypeVar('T')
269270
PerArray = Union[T, Tuple[T, ...]]
270271
# system-level information

0 commit comments

Comments
 (0)