Skip to content

Commit

Permalink
print removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Nov 21, 2024
1 parent dc36e9b commit 4910147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fvgp/gp_posterior.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def posterior_mean(self, x_pred, hyperparameters=None, x_out=None):
hyperparameters = self.prior_obj.hyperparameters

if x_out is None: x_out = self.x_out
print(x_out)
self._perform_input_checks(x_pred, x_out)
x_orig = x_pred.copy()

Expand Down

0 comments on commit 4910147

Please sign in to comment.