Skip to content

Commit f9ebed7

Browse files
sichinagamtezzele
authored andcommitted
Change Omega to test_matrix in rdmd
1 parent c7a7713 commit f9ebed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydmd/rdmd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _compress_snapshots(self):
7272
:return: the compressed snapshots
7373
:rtype: numpy.ndarray
7474
"""
75-
Q, B, Omega = compute_rqb(
75+
Q, B, test_matrix = compute_rqb(
7676
self.snapshots,
7777
self._svd_rank,
7878
self._oversampling,
@@ -81,6 +81,6 @@ def _compress_snapshots(self):
8181
self._seed,
8282
)
8383
self._compression_matrix = Q.conj().T
84-
self._test_matrix = Omega
84+
self._test_matrix = test_matrix
8585

8686
return B

0 commit comments

Comments
 (0)