Skip to content

Commit 831e18e

Browse files
committed
revert unnecessary changes that complicate the diff
1 parent 6ca6a20 commit 831e18e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/model.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ end
865865

866866
"""
867867
init!!(
868-
[rng::Random.AbstractRNG, ]
868+
[rng::Random.AbstractRNG,]
869869
model::Model,
870870
varinfo::AbstractVarInfo,
871871
[init_strategy::AbstractInitStrategy=PriorInit()]
@@ -874,8 +874,9 @@ end
874874
Evaluate the `model` and replace the values of the model's random variables
875875
in the given `varinfo` with new values, using a specified initialisation strategy.
876876
If the values in `varinfo` are not set, they will be added.
877-
using a specified initialisation strategy. If `init_strategy` is not provided,
878-
defaults to PriorInit().
877+
using a specified initialisation strategy.
878+
879+
If `init_strategy` is not provided, defaults to PriorInit().
879880
880881
Returns a tuple of the model's return value, plus the updated `varinfo` object.
881882
"""

0 commit comments

Comments
 (0)