JuliaDynamics / Agents.jl

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

Enlarge DictABM and VecABM for dispatch #993

Closed Tortar closed 4 months ago

Tortar commented 4 months ago

Just realized it is needed for #992 thread safe dict

Tortar commented 4 months ago

lol I saw that you wrote

(this means that we need to change the agent container types in the source code from Dict to AbstrcactDict and from Vector to AbstractVector)

but I jumped straight to the link and only read it now, I realized the same myself afterwards :D

Datseris commented 4 months ago

test did not pass but i kinda assumed this was teh "known issue". I am sorry if I was wrong!!!

Tortar commented 4 months ago

yeah :D just did a PR now, testing it locally at the same time, I will let you know if it works