Skip to content

Commit 030d386

Browse files
committed
Fix typo [skip ci]
1 parent acbe9e1 commit 030d386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bayesflow/benchmarks/gaussian_mixture.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def prior(lower_bound=-10.0, upper_bound=10.0, D=2, rng=None):
4444
upper_bound : float, optional, default : 10
4545
The upper bound of the uniform prior.
4646
D : int, optional, default: 2
47-
The dimensionality of the mixtrue model
47+
The dimensionality of the mixture model
4848
rng : np.random.Generator or None, default: None
49-
An optional random number generator to use.
49+
An optional random number generator to use
5050
5151
Returns
5252
-------

0 commit comments

Comments
 (0)