Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineHaas committed Jan 4, 2019
1 parent 37455fb commit 61857d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/whatsnew/v0-1-0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ Contributors
############

* Sabine Haas
* Birgit Schachler
* Uwe Krien
* Birgit Schachler
2 changes: 1 addition & 1 deletion tests/test_wake_losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_reduce_wind_speed(self):

def test_get_wind_efficiency_curve_one(self):
"""Test get_wind_efficiency_curve() for one curve."""
wec = get_wind_efficiency_curve().sum()
wec = get_wind_efficiency_curve('dena_mean').sum()
wec_exp = pd.Series({'efficiency': 162.45047,
'wind_speed': 1915.23620})
assert_series_equal(wec.sort_index(), wec_exp.sort_index())
Expand Down

0 comments on commit 61857d2

Please sign in to comment.