Skip to content

Commit a96c5bb

Browse files
committed
Delete unnecessary line
1 parent d34f2ba commit a96c5bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_modelchain.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,6 @@ def test_run_model(self):
283283
assert_series_equal(test_mc.power_output, power_output_exp)
284284

285285
# Test weather dictionary with numpy.arrays
286-
power_output_exp = pd.Series(data=[567683.92454, 1485556.96435],
287-
index=[1, 2], name='feedin_wind_turbine')
288286
test_mc.run_model(weather_arr, data_height)
289287
power_output_exp = [567683.924536, 1485556.964347] # TODO: Output should be np.array
290288
assert_allclose(test_mc.power_output, power_output_exp)

0 commit comments

Comments
 (0)