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: fix stack overflow for methods using `symbolic_container` to define a fallback #90

Closed AayushSabharwal closed 1 month ago

AayushSabharwal commented 1 month ago

Close #85

Checklist

Additional context

Add any other context about the problem here.

AayushSabharwal commented 1 month ago

symbolic_container was only optionally implemented in the documentation, yet included in the mandatory methods list. This is also now resolved.