Skip to content

Commit 1d823cf

Browse files
committed
Fix indentation in ModelChain.martin_ruiz_aoi_loss()
1 parent a277b0a commit 1d823cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/modelchain.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,8 +878,9 @@ def sapm_aoi_loss(self):
878878
return self
879879

880880
def martin_ruiz_aoi_loss(self):
881-
self.results.aoi_modifier = self.system.get_iam(self.results.aoi,
882-
iam_model='martin_ruiz')
881+
self.results.aoi_modifier = self.system.get_iam(
882+
self.results.aoi,
883+
iam_model='martin_ruiz')
883884
return self
884885

885886
def no_aoi_loss(self):

0 commit comments

Comments
 (0)