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 dcddd5b commit 15a4fe3Copy full SHA for 15a4fe3
pydmd/costs.py
@@ -594,9 +594,9 @@ def fit(
594
# Assign the results from this window.
595
self._modes_array[k, :, : optdmd.modes.shape[-1]] = optdmd.modes
596
self._omega_array[k, : optdmd.eigs.shape[0]] = optdmd.eigs
597
- self._amplitudes_array[
598
- k, : optdmd.eigs.shape[0]
599
- ] = optdmd.amplitudes
+ self._amplitudes_array[k, : optdmd.eigs.shape[0]] = (
+ optdmd.amplitudes
+ )
600
self._window_means_array[k] = c.flatten()
601
self._time_array[k] = original_time_window
602
0 commit comments