Skip to content

Commit 77c6217

Browse files
committed
update doc strings
1 parent 11f73ee commit 77c6217

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pvlib/modelchain.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ def run_model(self, times, irradiance=None, weather=None):
371371
-------
372372
self
373373
374-
Assigns attributes: temps, dc, ac
374+
Assigns attributes: times, solar_position, airmass, irradiance,
375+
total_irrad, weather, aoi, temps, dc, ac.
375376
"""
376377
self.prepare_inputs(times, irradiance, weather)
377378

@@ -418,7 +419,8 @@ def run_model(self, times, irradiance=None, weather=None):
418419
-------
419420
self
420421
421-
Assigns attributes: temps, dc, ac
422+
Assigns attributes: times, solar_position, airmass, irradiance,
423+
total_irrad, weather, aoi, temps, dc, ac.
422424
"""
423425

424426
self.prepare_inputs(times, irradiance, weather)

0 commit comments

Comments
 (0)