Skip to content

Commit 839e7f7

Browse files
committed
Fix docstring for InvertibleNetwork
1 parent 483227f commit 839e7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/networks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ def evidence(self, x):
794794
return alpha
795795

796796
def sample(self, obs_data, n_samples, to_numpy=True):
797-
"""Samples posterior model probabilities from the second-order Dirichlet distro.
797+
""" Samples posterior model probabilities from the second-order Dirichlet distro.
798798
799799
Parameters
800800
----------

0 commit comments

Comments
 (0)