Skip to content

Commit 6051cb0

Browse files
committed
remove unnecessary comments
1 parent cfa89b3 commit 6051cb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydmd/bopdmd.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,12 +1512,10 @@ def fit_econ(self, s, V, t):
15121512
)
15131513
raise ValueError(msg)
15141514

1515-
# Check that input time vector is one-dimensional.
15161515
if self._time.ndim > 1:
15171516
msg = "Input time vector t must be one-dimensional."
15181517
raise ValueError(msg)
15191518

1520-
# Check that s is a 1D numpy.ndarray.
15211519
if (
15221520
not isinstance(s, np.ndarray)
15231521
or s.ndim != 1

0 commit comments

Comments
 (0)