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 37455fb commit 61857d2Copy full SHA for 61857d2
doc/whatsnew/v0-1-0.txt
@@ -52,5 +52,5 @@ Contributors
52
############
53
54
* Sabine Haas
55
- * Birgit Schachler
56
* Uwe Krien
+ * Birgit Schachler
tests/test_wake_losses.py
@@ -34,7 +34,7 @@ def test_reduce_wind_speed(self):
34
35
def test_get_wind_efficiency_curve_one(self):
36
"""Test get_wind_efficiency_curve() for one curve."""
37
- wec = get_wind_efficiency_curve().sum()
+ wec = get_wind_efficiency_curve('dena_mean').sum()
38
wec_exp = pd.Series({'efficiency': 162.45047,
39
'wind_speed': 1915.23620})
40
assert_series_equal(wec.sort_index(), wec_exp.sort_index())
0 commit comments