Skip to content

Commit

Permalink
Merge 9f3490d into f062de8
Browse files Browse the repository at this point in the history
  • Loading branch information
esantorella authored Mar 19, 2024
2 parents f062de8 + 9f3490d commit 83fab61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ax/models/torch/alebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def posterior(
assert output_indices is None
assert not observation_noise
mvn = self(X)
posterior = GPyTorchPosterior(mvn=mvn)
posterior = GPyTorchPosterior(distribution=mvn)
if posterior_transform is not None:
return posterior_transform(posterior)
return posterior
Expand Down

0 comments on commit 83fab61

Please sign in to comment.