JuliaDynamics / Agents.jl

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

fix SIR example #1029

Closed rakvat closed 4 months ago

rakvat commented 4 months ago

This fixes the SIR example for me.

Might fix https://github.com/JuliaDynamics/Agents.jl/issues/1026

Tortar commented 4 months ago

thanks a lot!! We actually track the step of the simulation through abmtime so I update your fix with it :-)

Tortar commented 4 months ago

Let's see if on the online docs everything works fine now after it builds

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.50%. Comparing base (8b5b456) to head (31e9017). Report is 109 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1029 +/- ## =========================================== + Coverage 70.12% 86.50% +16.38% =========================================== Files 42 39 -3 Lines 2718 2550 -168 =========================================== + Hits 1906 2206 +300 + Misses 812 344 -468 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.