Skip to content

Commit

Permalink
Register the predicted noise
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed Jan 12, 2024
1 parent e2a0151 commit 85fd93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpax/models/mngp.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def predict(
noise_predicted = self.noise_predicted
else:
noise_predicted = self.linreg(self.X_train, self.measured_noise, X_new)

self.noise_predicted = noise_predicted
if samples is None:
samples = self.get_samples(chain_dim=False)
if device:
Expand Down

0 comments on commit 85fd93b

Please sign in to comment.