JuliaDynamics / Agents.jl

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

Compare against nothing with === in src and test #937

Closed jacobusmmsmit closed 8 months ago

jacobusmmsmit commented 8 months ago

Very small PR that just changes all instances of == nothing to === nothing as this is recommended for performance reasons.

Tortar commented 8 months ago

Changes are already merged in the other PR you opened :-)

jacobusmmsmit commented 8 months ago

Yeah I accidentally branched from my other PR instead of main.