mentat-collective / emmy

The Emmy Computer Algebra System.
https://emmy.mentat.org
GNU General Public License v3.0
406 stars 24 forks source link

Add stream-integrator to ode #102

Closed littleredcomputer closed 1 year ago

littleredcomputer commented 1 year ago

nb: you are also welcome to review the changes in odex-js

codecov-commenter commented 1 year ago

Codecov Report

Base: 86.46% // Head: 86.46% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (b459073) compared to base (ab01933). Patch coverage: 90.90% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #102 +/- ## ======================================= Coverage 86.46% 86.46% ======================================= Files 98 98 Lines 15259 15295 +36 Branches 786 786 ======================================= + Hits 13193 13225 +32 - Misses 1280 1284 +4 Partials 786 786 ``` | [Impacted Files](https://codecov.io/gh/mentat-collective/emmy/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/emmy/numerical/ode.cljc](https://codecov.io/gh/mentat-collective/emmy/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VtbXkvbnVtZXJpY2FsL29kZS5jbGpj) | `91.73% <90.65%> (-2.59%)` | :arrow_down: | | [src/emmy/util.cljc](https://codecov.io/gh/mentat-collective/emmy/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VtbXkvdXRpbC5jbGpj) | `95.23% <100.00%> (+6.90%)` | :arrow_up: | | [src/emmy/util/stopwatch.cljc](https://codecov.io/gh/mentat-collective/emmy/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VtbXkvdXRpbC9zdG9wd2F0Y2guY2xqYw==) | `82.53% <0.00%> (-3.18%)` | :arrow_down: | | [src/emmy/rational\_function.cljc](https://codecov.io/gh/mentat-collective/emmy/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VtbXkvcmF0aW9uYWxfZnVuY3Rpb24uY2xqYw==) | `80.89% <0.00%> (-0.85%)` | :arrow_down: | | [src/emmy/numsymb.cljc](https://codecov.io/gh/mentat-collective/emmy/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VtbXkvbnVtc3ltYi5jbGpj) | `92.68% <0.00%> (ø)` | | | [src/emmy/polynomial.cljc](https://codecov.io/gh/mentat-collective/emmy/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VtbXkvcG9seW5vbWlhbC5jbGpj) | `83.43% <0.00%> (+0.15%)` | :arrow_up: | | [src/emmy/matrix.cljc](https://codecov.io/gh/mentat-collective/emmy/pull/102?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2VtbXkvbWF0cml4LmNsamM=) | `87.55% <0.00%> (+0.15%)` | :arrow_up: | 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=None). 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=None)

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

sritchie commented 1 year ago

@littleredcomputer review inbound tomorrow... I finished up my six template projects today and it's full steam ahead on Emmy now!

sritchie commented 1 year ago

This is excellent work... merge away, I can't wait to use this on our animations!

littleredcomputer commented 1 year ago

Thank you for the review. A lot of glue melted away, always a good sign.