Skip to content

Commit

Permalink
Slight doc change [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanradev93 committed Jul 16, 2023
1 parent 51a98cb commit 8c3d8da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bayesflow/summary_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,8 @@ def call(self, x, return_all=False, **kwargs):
Returns
-------
out : tf.Tensor
Output of shape ``(batch_size, out_dim) if return_all=False`` else
Output of shape ``(batch_size, out_dim) if return_all=False`` else a tuple
of ``len(outputs) == len(networks)`` corresponding to all outputs of all networks.
"""

if return_all:
Expand Down

0 comments on commit 8c3d8da

Please sign in to comment.