Skip to content

Commit b4f2609

Browse files
committed
Removed redundant line
1 parent 79a9936 commit b4f2609

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydmd/costs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ def fit(
567567
# Subtract off the time mean before rounding corners.
568568
c = np.mean(data_window, 1, keepdims=True)
569569
data_window = data_window - c
570-
data_window -= np.mean(data_window, 1, keepdims=True)
571570

572571
# Round the corners of the window.
573572
data_window = data_window * lv_kern

0 commit comments

Comments
 (0)