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 2d1f437 commit 2ceaddcCopy full SHA for 2ceaddc
tests/test_power_output.py
@@ -215,12 +215,6 @@ def test_power_curve_10(self):
215
power_curve(**self.parameters2), self.power_output_exp2
216
)
217
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
-
224
def test_power_curve_density_correction(self):
225
"""TODO: Explain and split this test."""
226
parameters = {
0 commit comments