Skip to content

Commit c6aa17c

Browse files
committed
fmt
1 parent 16674cf commit c6aa17c

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
@@ -285,7 +285,7 @@ def pseudo_hankel_matrix(X: np.ndarray, d: int) -> np.ndarray:
285285
[2, 3],
286286
[3, 4],
287287
[4, 5]])
288-
288+
289289
>>> a = np.array([1,2,3,4,5,6]).reshape(2,3)
290290
>>> print(a)
291291
[[1 2 3]

0 commit comments

Comments
 (0)