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 8b712c9 commit 6dfb7ebCopy full SHA for 6dfb7eb
tests/test_wind_farm.py
@@ -149,7 +149,6 @@ def test_aggregation_of_power_curve_with_missing_power_curve(self):
149
"""Test WindFarm.assign_power_curve() with missing power_curve."""
150
wt1 = WindTurbine(**self.test_turbine)
151
wt1.power_curve = None
152
- print(wt1)
153
wind_turbine_fleet = [
154
{'wind_turbine': wt1,
155
'number_of_turbines': 3},
0 commit comments