Skip to content

Commit

Permalink
Add missing quiet option
Browse files Browse the repository at this point in the history
  • Loading branch information
briandesilva committed Dec 22, 2020
1 parent 6df8c5e commit 9b5feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysensors/reconstruction/_sspor.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def update_n_basis_modes(self, n_basis_modes, x=None, quiet=False):
and n_basis_modes <= self.basis.n_basis_modes
):
self.n_basis_modes = n_basis_modes
self.fit(x, prefit_basis=True)
self.fit(x, prefit_basis=True, quiet=quiet)

elif x is None:
raise ValueError(
Expand Down

0 comments on commit 9b5feb2

Please sign in to comment.