Skip to content

Commit b691358

Browse files
Uwe KrienUwe Krien
Uwe Krien
authored and
Uwe Krien
committed
fix typo
1 parent dfe04b1 commit b691358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pvlib/modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def __init__(self, system, location,
323323

324324
def __repr__(self):
325325
return ('ModelChain for: ' + str(self.system) +
326-
' orientation_startegy: ' + str(self.orientation_strategy) +
326+
' orientation_strategy: ' + str(self.orientation_strategy) +
327327
' clearsky_model: ' + str(self.clearsky_model) +
328328
' transposition_model: ' + str(self.transposition_model) +
329329
' solar_position_method: ' + str(self.solar_position_method) +

pvlib/test/test_modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def test_ModelChain___repr__(system, location):
412412

413413
assert mc.__repr__() == ('ModelChain for: PVSystem with tilt:32.2 and '+
414414
'azimuth: 180 with Module: None and Inverter: None '+
415-
'orientation_startegy: south_at_latitude_tilt clearsky_model: '+
415+
'orientation_strategy: south_at_latitude_tilt clearsky_model: '+
416416
'ineichen transposition_model: haydavies solar_position_method: '+
417417
'nrel_numpy airmass_model: kastenyoung1989')
418418

0 commit comments

Comments
 (0)