Skip to content

Commit 7c1508f

Browse files
committed
Last bug fix
1 parent 9079e91 commit 7c1508f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydmd/lando.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def compute_operator(self, X, Y, kernel_function, updating=False):
203203
y_t = Y[:, ind_t][..., None]
204204

205205
# Get the results of this Cholesky factorization iteration.
206-
if updating:
206+
if self._online:
207207
results = self._cholesky_step(
208208
x_t, kernel_function, self._cholesky
209209
)

0 commit comments

Comments
 (0)