Skip to content

Commit

Permalink
Yet another runtime error.
Browse files Browse the repository at this point in the history
  • Loading branch information
avullo committed Sep 17, 2024
1 parent 1cf1c28 commit 2294bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/models/gpflux/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def model_keras(self) -> tf_keras.Model:
def optimizer(self) -> tf_keras.optimizers.Optimizer:
return self._optimizer

@inherit_check_shapes
def sample_encoded(self, query_points: TensorType, num_samples: int) -> TensorType:
# Taken from GPflow implementation of `GPModel.predict_f_samples` in gpflow.models.model
mean, cov = self._model_gpflux.predict_f(query_points, full_cov=True)
Expand Down

0 comments on commit 2294bdd

Please sign in to comment.