File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ def test_rho_hub(self):
9191
9292 def test_run_model (self ):
9393 # Test with default parameters of modelchain (power curve)
94- power_output_exp = pd .Series (data = [1731.8874 , 3820.15227 ])
94+ power_output_exp = pd .Series (data = [1731887.39768 , 3820152.27489 ])
9595 test_mc = mc .ModelChain (self .test_wt )
9696 test_mc .run_model (self .weather , self .data_height )
9797 assert_series_equal (test_mc .power_output , power_output_exp )
9898
9999 def test_different_models (self ):
100100 # Test with density corrected power curve
101- power_output_exp = pd .Series (data = [1430.31277 , 3746.07521 ])
101+ power_output_exp = pd .Series (data = [1430312.76771 , 3746075.21279 ])
102102 self .test_modelchain ['density_corr' ] = True
103103 test_wt = wt .WindTurbine (** self .test_turbine )
104104 test_mc = mc .ModelChain (test_wt , ** self .test_modelchain )
You can’t perform that action at this time.
0 commit comments