Skip to content

Commit 80ab7ff

Browse files
committed
Add ToDo
1 parent 9d81f9f commit 80ab7ff

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
@@ -24,7 +24,7 @@ def test_v_wind_hub(self):
2424
test_mc_2 = mc.ModelChain(wt.WindTurbine(**self.test_turbine),
2525
wind_model='hellman')
2626
weather = {'v_wind': pd.Series(data=[5.0, 6.5]),
27-
'v_wind_2': pd.Series(data=[4.0, 5.0]),
27+
'v_wind_2': pd.Series(data=[4.0, 5.0]), # TODO: test v_wind_2 is not in weather
2828
'z0': 0.15}
2929
weather_df = pd.DataFrame(data={'v_wind': [5.0, 6.5],
3030
'v_wind_2': [4.0, 5.0],

0 commit comments

Comments
 (0)