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 d902810 commit db6cc42Copy full SHA for db6cc42
tests/test_modelchain.py
@@ -88,7 +88,7 @@ def test_rho_hub(self):
88
rho_model='ideal_gas',
89
temperature_model='interpolation')
90
weather = {'temp_air': pd.Series(data=[267, 268]),
91
- 'temp_air_2': pd.Series(data=[267, 266]),
+ 'temp_air_2': pd.Series(data=[267, 266]), # TODO: test temp_air_2 is not in weather
92
'pressure': pd.Series(data=[101125, 101000])}
93
weather_df = pd.DataFrame(data={'temp_air': [267, 268],
94
'temp_air_2': [267, 266],
0 commit comments