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

Restrict Julia version to <= 1.10.2 #322

Closed sumiya11 closed 3 months ago

sumiya11 commented 4 months ago

Current PR makes StructuralIdentifiability incompatible with Julia version 1.10.3 (because of a bug) and excludes the version 1.10.3 from CI.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 90.10%. Comparing base (8f59966) to head (142f2f7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #322 +/- ## =========================================== + Coverage 0.06% 90.10% +90.03% =========================================== Files 28 28 Lines 3042 3314 +272 =========================================== + Hits 2 2986 +2984 + Misses 3040 328 -2712 ```

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

ChrisRackauckas commented 3 months ago

Interesting set of commits 😅