AlgebraicJulia / GATlab.jl

GATlab: a computer algebra system based on generalized algebraic theories (GATs)
https://algebraicjulia.github.io/GATlab.jl/
MIT License
24 stars 2 forks source link

Unit tests for periodic parameter SIR #49

Closed jpfairbanks closed 1 year ago

jpfairbanks commented 1 year ago

Closes #48

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +2.58 :tada:

Comparison is base (3edd595) 74.56% compared to head (09d152a) 77.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================== + Coverage 74.56% 77.15% +2.58% ========================================== Files 18 18 Lines 928 928 ========================================== + Hits 692 716 +24 + Misses 236 212 -24 ``` [see 4 files with indirect coverage changes](https://codecov.io/gh/AlgebraicJulia/Gatlab.jl/pull/49/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AlgebraicJulia) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AlgebraicJulia). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AlgebraicJulia)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

olynch commented 1 year ago

I realized I never finished implementing mcompose for lenses; going to get that in quickly, and then we can rebase this on top of that to make this work built out of three lenses.