Skip to content

Commit 2ceaddc

Browse files
committed
Remove bad test
1 parent 2d1f437 commit 2ceaddc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_power_output.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,6 @@ def test_power_curve_10(self):
215215
power_curve(**self.parameters2), self.power_output_exp2
216216
)
217217

218-
def test_power_curve_11(self):
219-
"""Raise IndexErrors due to wrong type of `density_correction`"""
220-
with pytest.raises(IndexError, match="too many indices for array"):
221-
self.parameters2["density"] = "wrong_type"
222-
power_curve(**self.parameters2)
223-
224218
def test_power_curve_density_correction(self):
225219
"""TODO: Explain and split this test."""
226220
parameters = {

0 commit comments

Comments
 (0)