Conversation
added StateCharts.jl as weak dependencies of AlgebraicABMs.jl, and also add test files and an example of SIR model with statecharts and networks.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
==========================================
- Coverage 82.92% 77.07% -5.86%
==========================================
Files 7 8 +1
Lines 328 458 +130
==========================================
+ Hits 272 353 +81
- Misses 56 105 +49 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks Xiaoyan, independent of my review, can you increase the code coverage of the tests? Also it seems to have errored on Julia 1.11 (but not on Julia 1.10) which is interesting. What version do you use when you test on your local machine? |
Hi Kris, I’m currently using Julia 1.10.1 on my local machine. I’ll update to Julia 1.11 and investigate the bug. I will also increase the code coverage of tests. Thank you very much! |
Add package StateCharts.jl as weak dependent package of AlgebraicABMs. And also add an example using the state chart of a SIR agent-based model, and with a small world network.