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

fix: make `remake_buffer` work for array symbolics #79

Closed AayushSabharwal closed 3 months ago

AayushSabharwal commented 3 months ago

Close https://github.com/SciML/ModelingToolkit.jl/issues/2713

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 85.79%. Comparing base (71408bb) to head (f5e96c6).

Files Patch % Lines
src/remake.jl 80.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #79 +/- ## ========================================== - Coverage 86.15% 85.79% -0.37% ========================================== Files 11 11 Lines 513 521 +8 ========================================== + Hits 442 447 +5 - Misses 71 74 +3 ``` | [Flag](https://app.codecov.io/gh/SciML/SymbolicIndexingInterface.jl/pull/79/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciML) | Coverage Δ | | |---|---|---| | [docs](https://app.codecov.io/gh/SciML/SymbolicIndexingInterface.jl/pull/79/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciML) | `28.07% <0.00%> (-0.45%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SciML#carryforward-flags-in-the-pull-request-comment) to find out more.

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