JuliaDynamics / Agents.jl

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

Update examples to v6.0 #908

Closed Tortar closed 9 months ago

Tortar commented 9 months ago

Fixes #898

Tortar commented 9 months ago

ok, seems that even if all examples run locally, they don't run on the docs since we need to first define the stepping functions since code is run in blocks in the docs

codecov-commenter commented 9 months ago

Codecov Report

Merging #908 (1e42061) into main (b937f28) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #908   +/-   ##
=======================================
  Coverage   92.14%   92.14%           
=======================================
  Files          33       33           
  Lines        2279     2279           
=======================================
  Hits         2100     2100           
  Misses        179      179           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Tortar commented 9 months ago

Actually, it was simpler than that, just move the call to initialization after the stepping definition. PR should be good to go now

Datseris commented 9 months ago

I haven' checked at the docs yet. If all videos are produced fine, then merge!

Tortar commented 9 months ago

Seem fine to me 👍