Skip to content

Commit

Permalink
fix for congestionchain example
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Nov 8, 2024
1 parent 49ab5e6 commit 1a7bddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/congestionchain/1_visualization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ scatter!(ax_fidZZ,ts,fidZZ,label="ZZ",color=(c2,0.1))

display(fig)

step_ts = range(0, 1000, step=0.1)
step_ts = range(0.0, 1000.0, step=0.1)

record(fig, "congestionchain.mp4", step_ts; framerate=50, visible=true) do t
run(sim, t)
Expand Down

0 comments on commit 1a7bddb

Please sign in to comment.