Skip to content

Commit b84f19e

Browse files
committed
Rename missing P to p
1 parent 9631d7c commit b84f19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_run_model(self):
100100
test_turbine = {'hub_height': 100,
101101
'd_rotor': 80,
102102
'turbine_name': 'ENERCON E 126 7500',
103-
'fetch_curve': 'P'}
103+
'fetch_curve': 'p'}
104104
test_modelchain = {'wind_model': 'hellman',
105105
'rho_model': 'barometric',
106106
'temperature_model': 'interpolation',

0 commit comments

Comments
 (0)