You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a case for when the LHS of an ODE cannot be extracted. We have 2 heuristics right now, but we should have it setup so incase they fail we fill in the LHS with placeholder names. I recommend state1, state2, etc...
We do need each LHS placeholder name to be different for the specific set of equations (hence the indexing in my recommendation), primarily for our support of partial extraction with this.
There is slight chance the acset portion of the pipeline might give extra bad results, as in a blank AMR's for the placeholder names. If so I'll fix that, but mentioning that here to track that issue if it arises.
The text was updated successfully, but these errors were encountered:
We should add a case for when the LHS of an ODE cannot be extracted. We have 2 heuristics right now, but we should have it setup so incase they fail we fill in the LHS with placeholder names. I recommend state1, state2, etc...
We do need each LHS placeholder name to be different for the specific set of equations (hence the indexing in my recommendation), primarily for our support of partial extraction with this.
There is slight chance the acset portion of the pipeline might give extra bad results, as in a blank AMR's for the placeholder names. If so I'll fix that, but mentioning that here to track that issue if it arises.
The text was updated successfully, but these errors were encountered: