Skip to content

Commit d5852c5

Browse files
committed
update doc strings
1 parent abd1984 commit d5852c5

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
@@ -400,7 +400,8 @@ def run_model(self, times, irradiance=None, weather=None):
400400
-------
401401
self
402402
403-
Assigns attributes: temps, dc, ac
403+
Assigns attributes: times, solar_position, airmass, irradiance,
404+
total_irrad, weather, aoi, temps, dc, ac.
404405
"""
405406
self.prepare_inputs(times, irradiance, weather)
406407

@@ -449,7 +450,8 @@ def run_model(self, times, irradiance=None, weather=None):
449450
-------
450451
self
451452
452-
Assigns attributes: temps, dc, ac
453+
Assigns attributes: times, solar_position, airmass, irradiance,
454+
total_irrad, weather, aoi, temps, dc, ac.
453455
"""
454456

455457
self.prepare_inputs(times, irradiance, weather)

0 commit comments

Comments
 (0)