Skip to content

Commit 16f76b4

Browse files
committed
remove unnecessary comment
1 parent e01afbd commit 16f76b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pydmd/bopdmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,6 @@ def fit_econ(self, s, V, t):
15211521
msg = f"s must be one-dimensional and of length {self._svd_rank}."
15221522
raise ValueError(msg)
15231523

1524-
# Check that V is a 2D numpy.ndarray.
15251524
if (
15261525
not isinstance(V, np.ndarray)
15271526
or V.ndim != 2

0 commit comments

Comments
 (0)