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 1f53eca commit eaa98f9Copy full SHA for eaa98f9
tests/test_modelchain.py
@@ -311,6 +311,7 @@ def test_run_model(self):
311
312
# Raise TypeErrors due to wrong type of `density_corr`
313
with pytest.raises(TypeError):
314
+ test_modelchain['rho_model'] = 'barometric'
315
test_modelchain['density_corr'] = 'wrong_type'
316
test_mc = mc.ModelChain(wt.WindTurbine(**test_turbine),
317
**test_modelchain)
0 commit comments