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 9d81f9f commit 80ab7ffCopy full SHA for 80ab7ff
tests/test_modelchain.py
@@ -24,7 +24,7 @@ def test_v_wind_hub(self):
24
test_mc_2 = mc.ModelChain(wt.WindTurbine(**self.test_turbine),
25
wind_model='hellman')
26
weather = {'v_wind': pd.Series(data=[5.0, 6.5]),
27
- 'v_wind_2': pd.Series(data=[4.0, 5.0]),
+ 'v_wind_2': pd.Series(data=[4.0, 5.0]), # TODO: test v_wind_2 is not in weather
28
'z0': 0.15}
29
weather_df = pd.DataFrame(data={'v_wind': [5.0, 6.5],
30
'v_wind_2': [4.0, 5.0],
0 commit comments