Skip to content

Commit 298db77

Browse files
Updates
1 parent e9bc4e5 commit 298db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/BayesianInference/DiffEqBayesFitzHughNagumo.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ priors = [truncated(Normal(1.0,0.5),0,1.5), truncated(Normal(1.0,0.5),0,1.5), tr
6464
#### Stan.jl backend
6565

6666
```julia
67-
@time bayesian_result_stan = stan_inference(prob_ode_fitzhughnagumo,t,data,priors; delta = 0.65, num_samples = 10_000, print_summary=false, vars=(DiffEqBayes.StanODEData(), InverseGamma(2, 3)), tmpdir = mktempdir())
67+
@time bayesian_result_stan = stan_inference(prob_ode_fitzhughnagumo,t,data,priors; delta = 0.65, num_samples = 1000, print_summary=false, vars=(DiffEqBayes.StanODEData(), InverseGamma(2, 3)), tmpdir = mktempdir())
6868
```
6969

7070
### Direct Turing.jl

0 commit comments

Comments
 (0)