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: add `BatchedInterface` #65

Closed AayushSabharwal closed 5 months ago

AayushSabharwal commented 5 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 26.68%. Comparing base (f43b850) to head (6dba9ff).

Files Patch % Lines
src/batched_interface.jl 0.00% 124 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #65 +/- ## =========================================== + Coverage 0.00% 26.68% +26.68% =========================================== Files 8 10 +2 Lines 372 476 +104 =========================================== + Hits 0 127 +127 + Misses 372 349 -23 ```

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

AayushSabharwal commented 5 months ago

SciMLBase downstream failing here is my fault in MTK 😅 It's fixed in https://github.com/SciML/ModelingToolkit.jl/pull/2630

ChrisRackauckas commented 5 months ago

Can we get a follow up tutorial on the batched interface? That's one that takes a bit more depth than the other pieces.