Skip to content

Commit 772abde

Browse files
committed
fix fromreview comments
1 parent 25863ac commit 772abde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbi/inference/posteriors/rejection_posterior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def sample(
139139
reject_outside_prior: bool = True,
140140
max_sampling_time: Optional[float] = None,
141141
):
142-
r"""Draw samples from the approximate posterior distribution $p(\theta|x)$.
142+
r"""Draw samples from the approximate posterior via rejection sampling.
143143
144144
Args:
145145
sample_shape: Desired shape of samples that are drawn from posterior. If

0 commit comments

Comments
 (0)