Skip to content

Commit

Permalink
Remove redundant ABC code
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Aug 1, 2023
1 parent 5c91f89 commit db1d9cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions trieste/models/gpflow/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,6 @@ def get_observation_noise(self) -> TensorType:

return noise_variance

# def optimize(self, dataset: Dataset) -> None:
# """
# Optimize the model with the specified `dataset`.
#
# :param dataset: The data with which to optimize the `model`.
# """
# self.optimizer.optimize(self.model, dataset)

def log(self, dataset: Optional[Dataset] = None) -> None:
"""
Log model training information at a given optimization step to the Tensorboard.
Expand Down

0 comments on commit db1d9cd

Please sign in to comment.