Skip to content

Commit 8d590d6

Browse files
author
Takaya Uchida
committed
Black reformatting
1 parent 129ac9a commit 8d590d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydmd/mrdmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def partial_amplitudes(self, level, node=None):
405405
return np.concatenate(
406406
[self.dmd_tree[level, leaf].amplitudes for leaf in leaves]
407407
)
408-
408+
409409
def partial_reconstructed_data(self, level, node=None):
410410
"""
411411
Return the reconstructed data computed using the modes and the time

0 commit comments

Comments
 (0)