JuliaDynamics / Agents.jl

Agent-based modeling framework in Julia
https://juliadynamics.github.io/Agents.jl/stable/
MIT License
710 stars 114 forks source link

SIR video is completely white #1026

Closed KristofferC closed 2 months ago

KristofferC commented 2 months ago

The video in https://juliadynamics.github.io/Agents.jl/dev/examples/sir/ does not show anything. It is just white.

Datseris commented 2 months ago

Thanks a lot for opening! I've found the bug, we're using an old syntax for the step:

https://github.com/JuliaDynamics/Agents.jl/actions/runs/8663675812/job/23758302235#step:8:2529

(we should also update the docs to not use warnonly = true for the docbuilds, so we get errors in the build process and catch these things before publishing)