Skip to content

Commit 8515a56

Browse files
sunxd3yebai
andauthored
Update init_params to initial_params (#432)
* Update `init_params` to `initial_params` * update Manifests * regen with Julia1.10 --------- Co-authored-by: Hong Ge <[email protected]>
1 parent 466f179 commit 8515a56

File tree

4 files changed

+928
-653
lines changed

4 files changed

+928
-653
lines changed

tutorials/10-bayesian-differential-equations/10_bayesian-differential-equations.jmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ chain_sde = sample(
436436
model_sde,
437437
NUTS(0.25),
438438
5000;
439-
init_params=[1.5, 1.3, 1.2, 2.7, 1.2, 0.12, 0.12],
439+
initial_params=[1.5, 1.3, 1.2, 2.7, 1.2, 0.12, 0.12],
440440
progress=false,
441441
)
442442
plot(chain_sde)

0 commit comments

Comments
 (0)