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 25d85f8 commit 4c48478Copy full SHA for 4c48478
tests/test_data_handling.py
@@ -61,7 +61,7 @@ def test_data_check_logging_warnings(self, caplog):
61
self.df.loc["GE158/4800", "has_power_curve"] = True
62
self.df.loc["GE100/2750", "has_cp_curve"] = True
63
check_data_integrity(self.df, min_pc_length=26)
64
- assert "E48/800: power_curve is to short (25 values)" in caplog.text
+ assert "E48/800: power_curve is too short (25 values)" in caplog.text
65
assert "GE158/4800: No power curve" in caplog.text
66
assert "GE100/2750: No cp-curve but has_cp_curve" in caplog.text
67
0 commit comments