Skip to content

Commit 6a046e7

Browse files
Chirag3841cwhanse
andauthored
Update pvlib/modelchain.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
1 parent 9ac40da commit 6a046e7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pvlib/modelchain.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,9 +1741,8 @@ def run_model_from_poa(self, data):
17411741
>>> poa = pd.DataFrame({
17421742
... 'poa_global': [900, 850],
17431743
... 'poa_direct': [600, 560],
1744-
... 'poa_diffuse': [300, 290],
1745-
... },
1746-
... index=pd.date_range("2021-06-01", periods=2, freq="h"))
1744+
... 'poa_diffuse': [300, 290],},
1745+
... index=pd.date_range("2021-06-01", periods=2, freq="h"))
17471746
>>> mc.run_model_from_poa(poa)
17481747
17491748
Multi-array system:

0 commit comments

Comments
 (0)