-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DelaunayTriangulation example #1086
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1086 +/- ##
===========================================
+ Coverage 70.12% 85.84% +15.72%
===========================================
Files 42 36 -6
Lines 2718 2530 -188
===========================================
+ Hits 1906 2172 +266
+ Misses 812 358 -454 ☔ View full report in Codecov by Sentry. |
Very cool model!! My only concern is about plotting, is there a way to reuse more of the Agents.jl infrastructure for it? |
Co-authored-by: Adriano Meligrana <68152031+Tortar@users.noreply.github.com>
I'd like to review this before merging. Bit busy at the moment but will find time for sure. |
Maybe? I could have made the animation simpler and just not show the data graphs so that If there's a way to change the recipe used in |
Co-authored-by: Adriano Meligrana <68152031+Tortar@users.noreply.github.com>
To me, this seems fine, just wait for the review of @Datseris to be merged :-) |
@Datseris do you have the time ro review this? Otherwise we could merge it and push updates in the future |
I'm sorry, I am in a difficult time in life now with no time to spare. I wanted to review because I am convinced we can simplify ploitting, but I don't have the time to do it now. GO ahead and merge and in the future maybe I can make a PR myself! |
no problem, I'm also running a bit out of time these days, after graduation I have a bit more frenetic routine :D If I find the time I will try to update the plotting part, but I don't want to put this onhold because I think it's a great contribution |
As discussed @Datseris, this PR adds an example using DelaunayTriangulation.jl to simulate a cell model. The model has changed from what it used to be in DelaunayTriangulation.jl's, and now simulates interactions between three cell species and also includes cell death. This was my first time actually using the package so maybe some things are not done optimally.
Here's what the final video looks like.
delaunay_model.mp4