Skip to content

Commit e2d510f

Browse files
cyfraysseCyprien Fraysse
authored andcommitted
fix scheduler mismatch
1 parent 8efddc8 commit e2d510f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ParticlesMC.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ ParticlesMC implemented in Comonicon.
312312
# convert to Vector{Int} — build_schedule returns this already
313313
algorithm = (
314314
algorithm=MSADTracker,
315-
scheduler=sched, # compute schedule
315+
scheduler=compute_sched, # compute schedule
316316
theta_T=theta_T,
317317
output_schedule=output_sched,
318318
path=output_path,

0 commit comments

Comments
 (0)