Skip to content

Commit 746e239

Browse files
sichinagamtezzele
authored andcommitted
Add preprocessor defaults
1 parent e1aad5e commit 746e239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydmd/preprocessing/randomized.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
def randomized_preprocessing(
1717
dmd: DMDBase,
1818
svd_rank: svd_rank_type,
19-
oversampling: int,
20-
power_iters: int,
19+
oversampling: int = 10,
20+
power_iters: int = 2,
2121
test_matrix: np.ndarray = None,
2222
seed: int = None,
2323
):

0 commit comments

Comments
 (0)