Skip to content

Commit d3fbe4d

Browse files
sichinagamtezzele
authored andcommitted
Tutorial testing
1 parent e02153c commit d3fbe4d

File tree

2 files changed

+32
-18
lines changed

2 files changed

+32
-18
lines changed

pydmd/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ def compute_svd(
194194
def compute_rqb(
195195
X: np.ndarray,
196196
svd_rank: Number,
197-
oversampling: int = 10,
198-
power_iters: int = 2,
197+
oversampling: int,
198+
power_iters: int,
199199
Omega: np.ndarray = None,
200200
seed: Union[None, int] = None,
201201
) -> NamedTuple(

tutorials/tutorial16/tutorial-16-rdmd.ipynb

Lines changed: 30 additions & 16 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)