Skip to content

Commit

Permalink
One more missing log
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Nov 27, 2023
1 parent 967016d commit a7e41e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/util/models/gpflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def reparam_sampler(
) -> ReparametrizationSampler[GaussianProcessWithoutNoise]:
return IndependentReparametrizationSampler(num_samples, self)

def log(self, dataset: Optional[Dataset] = None) -> None:
return


class GaussianProcessWithSamplers(GaussianProcess, HasReparamSampler):
"""A (static) Gaussian process over a vector random variable with independent reparam sampler"""
Expand Down

0 comments on commit a7e41e4

Please sign in to comment.