SciML / SymbolicIndexingInterface.jl

A general interface for symbolic indexing of SciML objects used in conjunction with Domain-Specific Languages
https://docs.sciml.ai/SymbolicIndexingInterface/stable/
MIT License
14 stars 6 forks source link

feat: support indexing in mixed discrete-continuous systems #53

Closed AayushSabharwal closed 6 months ago

AayushSabharwal commented 6 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 33 lines in your changes are missing coverage. Please review.

Project coverage is 38.83%. Comparing base (fdf7ba8) to head (258355e).

Files Patch % Lines
src/parameter_indexing.jl 46.42% 30 Missing :warning:
src/state_indexing.jl 25.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #53 +/- ## =========================================== + Coverage 0.00% 38.83% +38.83% =========================================== Files 6 7 +1 Lines 236 291 +55 =========================================== + Hits 0 113 +113 + Misses 236 178 -58 ```

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

ChrisRackauckas commented 6 months ago

Docs build fails https://github.com/SciML/SymbolicIndexingInterface.jl/actions/runs/8187637707/job/22388543154?pr=53#step:5:47