Skip to content

Commit

Permalink
fix broken manypathfinder test
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Mar 8, 2024
1 parent 0b42618 commit cd91ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EpiAware/test/test_inference-methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ end
maxiters = 50
max_tries = 100

best_pf = manypathfinder(mdl, ndraws; nruns = nruns, nchains = nchains,
best_pf = manypathfinder(mdl, ndraws; nruns = nruns,
maxiters = maxiters, max_tries = max_tries)

@test best_pf isa PathfinderResult
Expand All @@ -128,7 +128,7 @@ end
maxiters = 50
max_tries = 10

best_pf = manypathfinder(mdl, ndraws; nruns = nruns, nchains = nchains,
best_pf = manypathfinder(mdl, ndraws; nruns = nruns,
maxiters = maxiters, max_tries = max_tries)

pathfinder_samples = best_pf.draws |> vec
Expand Down

0 comments on commit cd91ae2

Please sign in to comment.