We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e670800 commit f638d93Copy full SHA for f638d93
pvlib/modelchain.py
@@ -873,7 +873,6 @@ def spectral_model(self, model):
873
else: # assume model is callable with 1st argument = the MC instance
874
self._spectral_model = partial(model, self)
875
876
-
877
def first_solar_spectral_loss(self):
878
self.results.spectral_modifier = self.system.first_solar_spectral_loss(
879
_tuple_from_dfs(self.results.weather, 'precipitable_water'),
0 commit comments