Skip to content

Commit 95f0466

Browse files
committed
formatting
1 parent 1604b07 commit 95f0466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flasc/model_fit/cost_library.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from typing import List
44

5-
import numpy as np
65
import pandas as pd
76
from floris import FlorisModel
87

@@ -106,6 +105,7 @@ def turbine_power_error(
106105

107106
return df_error.sum().sum()
108107

108+
109109
def turbine_power_error_abs(
110110
df_scada: pd.DataFrame | FlascDataFrame,
111111
df_floris: pd.DataFrame | FlascDataFrame,

0 commit comments

Comments
 (0)