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 240f479 commit 2680b4eCopy full SHA for 2680b4e
pvlib/modelchain.py
@@ -1709,11 +1709,6 @@ def run_model(self, weather):
1709
weather = _to_tuple(weather)
1710
self.prepare_inputs(weather)
1711
self.aoi_model()
1712
-
1713
- # spectral model is optional, and weather may impact model inference
1714
- # check if spectral model inference is requested by means of "None"
1715
- if self._spectral_model is None:
1716
- self._spectral_model = self.infer_spectral_model(weather=weather)
1717
self.spectral_model()
1718
1719
self.effective_irradiance_model()
0 commit comments