Skip to content

Commit eaa98f9

Browse files
committed
Fix test
1 parent 1f53eca commit eaa98f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_modelchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ def test_run_model(self):
311311

312312
# Raise TypeErrors due to wrong type of `density_corr`
313313
with pytest.raises(TypeError):
314+
test_modelchain['rho_model'] = 'barometric'
314315
test_modelchain['density_corr'] = 'wrong_type'
315316
test_mc = mc.ModelChain(wt.WindTurbine(**test_turbine),
316317
**test_modelchain)

0 commit comments

Comments
 (0)