File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11"""
2- The ``modelchain`` module contains functions and classes of the
3- windpowerlib. This module makes it easy to get started with the windpowerlib
4- and demonstrates standard ways to use the library.
5-
2+ Testing the ``modelchain`` module.
63"""
74
85__copyright__ = "Copyright oemof developer group"
@@ -279,6 +276,7 @@ def test_wrong_density_correction_type(self):
279276 ** test_modelchain )
280277 test_mc .run_model (self .weather_df )
281278
279+ @pytest .mark .filterwarnings ("ignore:The WindTurbine" )
282280 def test_missing_cp_values (self ):
283281 """Raise TypeErrors due to missing cp-values"""
284282 test_turbine = {'hub_height' : 100 ,
@@ -292,6 +290,7 @@ def test_missing_cp_values(self):
292290 ** test_modelchain )
293291 test_mc .run_model (self .weather_df )
294292
293+ @pytest .mark .filterwarnings ("ignore:The WindTurbine" )
295294 def test_missing_p_values (self ):
296295 """Raise TypeErrors due to missing p-values"""
297296 test_turbine = {'hub_height' : 100 ,
You can’t perform that action at this time.
0 commit comments