Skip to content

Graph array fixes and some dep cleanup#1396

Merged
isaacsas merged 2 commits intoSciML:masterfrom
isaacsas:graph_array_fixes
Feb 9, 2026
Merged

Graph array fixes and some dep cleanup#1396
isaacsas merged 2 commits intoSciML:masterfrom
isaacsas:graph_array_fixes

Conversation

@isaacsas
Copy link
Copy Markdown
Member

@isaacsas isaacsas commented Feb 8, 2026

Closes #1284

Supersedes: #1287

Previously, `tosymbol(s, escape=false)` produced "getindex" for array
species like S(t)[1]. Replace with `species_label` using `getname` and
`sorted_arguments` to produce clean labels like "S[1]".

Fixes SciML#1284.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@isaacsas
Copy link
Copy Markdown
Member Author

isaacsas commented Feb 8, 2026

I'll merge master into this once #1394 is merged. This will need the fixes from there too.

@isaacsas isaacsas merged commit cd95039 into SciML:master Feb 9, 2026
19 checks passed
@isaacsas isaacsas deleted the graph_array_fixes branch February 9, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

species graph nodes incorrectly labeled with array species variables

2 participants