We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a9936 commit b4f2609Copy full SHA for b4f2609
pydmd/costs.py
@@ -567,7 +567,6 @@ def fit(
567
# Subtract off the time mean before rounding corners.
568
c = np.mean(data_window, 1, keepdims=True)
569
data_window = data_window - c
570
- data_window -= np.mean(data_window, 1, keepdims=True)
571
572
# Round the corners of the window.
573
data_window = data_window * lv_kern
0 commit comments