Skip to content

Commit 15a4fe3

Browse files
committed
Black reformatting
1 parent dcddd5b commit 15a4fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pydmd/costs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,9 @@ def fit(
594594
# Assign the results from this window.
595595
self._modes_array[k, :, : optdmd.modes.shape[-1]] = optdmd.modes
596596
self._omega_array[k, : optdmd.eigs.shape[0]] = optdmd.eigs
597-
self._amplitudes_array[
598-
k, : optdmd.eigs.shape[0]
599-
] = optdmd.amplitudes
597+
self._amplitudes_array[k, : optdmd.eigs.shape[0]] = (
598+
optdmd.amplitudes
599+
)
600600
self._window_means_array[k] = c.flatten()
601601
self._time_array[k] = original_time_window
602602

0 commit comments

Comments
 (0)