Skip to content

Commit db6cc42

Browse files
committed
Add ToDo
1 parent d902810 commit db6cc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_rho_hub(self):
8888
rho_model='ideal_gas',
8989
temperature_model='interpolation')
9090
weather = {'temp_air': pd.Series(data=[267, 268]),
91-
'temp_air_2': pd.Series(data=[267, 266]),
91+
'temp_air_2': pd.Series(data=[267, 266]), # TODO: test temp_air_2 is not in weather
9292
'pressure': pd.Series(data=[101125, 101000])}
9393
weather_df = pd.DataFrame(data={'temp_air': [267, 268],
9494
'temp_air_2': [267, 266],

0 commit comments

Comments
 (0)