JuliaDynamics / Agents.jl

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

Fix inspection tooltips #894

Closed fbanning closed 11 months ago

fbanning commented 11 months ago

Tooltips for agent inspection have been broken for a while now and this PR should fix this bug. Inspection was tested for the models included in Agents.Models, specifically I tested schelling, flocking, daisyworld, and zombies. I did not test any 3D models.

codecov-commenter commented 11 months ago

Codecov Report

Merging #894 (29e8d96) into main (ce828f8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #894   +/-   ##
=======================================
  Coverage   92.41%   92.41%           
=======================================
  Files          32       32           
  Lines        2321     2321           
=======================================
  Hits         2145     2145           
  Misses        176      176           

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

fbanning commented 11 months ago

Since it's only the docs failing which happens on other PRs as well, I'll go ahead and merge this. :)

Tortar commented 11 months ago

Great👍