Skip to content

Commit ba2ce49

Browse files
committed
Revise return docstring
1 parent bd9b57c commit ba2ce49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoemulate/data/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ def output_to_tensor(
212212
Returns
213213
-------
214214
TensorLike
215-
Tensor of shape (n_samples, output_dim) containing samples from the output.
215+
Tensor of shape `(n_batch, n_targets)` as input or the mean of the output if
216+
output is a distribution.
216217
"""
217218
if isinstance(output, TensorLike):
218219
return output

0 commit comments

Comments
 (0)