Commit 2a9fc95
Raise ModelingToolkitBase floor for array codegen (#482)
* Raise ModelingToolkitBase floor for array codegen
ModelingToolkitBase 1.0 passes symbolic array indices directly to OffsetArrays and errors with the supported SymbolicUtils floor. Version 1.1 uses the stable-index API and is the first compatible release.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
* Test symbolic array state codegen
Add a focused regression that compiles a StateSpace block with array states and constructs its ODEProblem under downgraded dependencies.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
* Delete test/array_state_codegen.jl
---------
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>1 parent 933a983 commit 2a9fc95
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments