We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aaaa1 commit 94a7864Copy full SHA for 94a7864
pvlib/modelchain.py
@@ -1842,7 +1842,6 @@ def run_model_from_effective_irradiance(self, data):
1842
of Arrays in the PVSystem.
1843
ValueError
1844
If the DataFrames in `data` have different indexes.
1845
-
1846
Examples
1847
--------
1848
Single-array system:
@@ -1867,7 +1866,7 @@ def run_model_from_effective_irradiance(self, data):
1867
1866
<pvlib.modelchain.ModelChain ...>
1868
1869
Multi-array system:
1870
+
1871
>>> array1 = Array(tilt=30, azimuth=180)
1872
>>> array2 = Array(tilt=10, azimuth=90)
1873
>>> system = PVSystem(arrays=[array1, array2],
0 commit comments