Skip to content

Commit fd2ac4e

Browse files
committed
Updating comments on named tuples on top of module utils.py
1 parent 7c16a14 commit fd2ac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydmd/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
from numpy.lib.stride_tricks import sliding_window_view
99

10-
# Named tuples used functions.
10+
# Named tuples used in functions.
1111
# compute_svd uses "SVD",
1212
# compute_tlsq uses "TLSQ".
1313
SVD = namedtuple("SVD", ["U", "s", "V"])

0 commit comments

Comments
 (0)