Skip to content

Commit

Permalink
Correct another runtime instance error.
Browse files Browse the repository at this point in the history
  • Loading branch information
avullo committed Sep 17, 2024
1 parent 6b23bf7 commit eb2ed89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trieste/models/gpflux/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def model_gpflux(self) -> DeepGP:
def model_keras(self) -> tf_keras.Model:
return self._model_keras

@inherit_check_shapes
def sample_encoded(self, query_points: TensorType, num_samples: int) -> TensorType:
trajectory = self.trajectory_sampler().get_trajectory()
expanded_query_points = tf.expand_dims(query_points, -2) # [N, 1, D]
Expand Down

0 comments on commit eb2ed89

Please sign in to comment.