SciML / StructuralIdentifiability.jl

Fast and automatic structural identifiability software for ODE systems
https://docs.sciml.ai/StructuralIdentifiability/stable/
MIT License
109 stars 17 forks source link

Fix issues with unicode names #303

Closed sumiya11 closed 6 months ago

sumiya11 commented 6 months ago

To handle systems like this:

using StructuralIdentifiability
ode = @ODEmodel(
    🐁'(t) = a * 🐁 - b * 🐁 * 🦉,
    🦉'(t) = c * 🦉 + d * 🐁 * 🦉,
    y(t) = 🐁
)
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.01%. Comparing base (c842d57) to head (967415a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #303 +/- ## ========================================== + Coverage 89.62% 90.01% +0.38% ========================================== Files 28 28 Lines 3336 3336 ========================================== + Hits 2990 3003 +13 + Misses 346 333 -13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.