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

reapply formatting #51

Open ArnoStrouwen opened 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 0.00%. Comparing base (6dba9ff) to head (67b71f0). Report is 1 commits behind head on master.

:exclamation: Current head 67b71f0 differs from pull request most recent head a50d86f. Consider uploading reports for the commit a50d86f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #51 +/- ## ========================================== - Coverage 26.68% 0.00% -26.69% ========================================== Files 10 6 -4 Lines 476 230 -246 ========================================== - Hits 127 0 -127 + Misses 349 230 -119 ```

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

ArnoStrouwen commented 6 months ago

Doc failure seems unrelated, but doc is passing on master?

AayushSabharwal commented 6 months ago

Yeah all of this seems to be due to MTKv9. We just need to replace ODESystem(eqs) with ODESystem(eqs, t)