-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type of parameters not always preserved with symbolic indexing #939
Labels
Comments
Seems like this is related to symbolic indexing: julia> parameters(revsys)
4-element Vector{Any}:
m
n
k₊
k₋
julia> typeof.(parameters(revsys))
4-element Vector{DataType}:
SymbolicUtils.BasicSymbolic{Int64}
SymbolicUtils.BasicSymbolic{Int64}
SymbolicUtils.BasicSymbolic{Real}
SymbolicUtils.BasicSymbolic{Real} |
isaacsas
changed the title
type of parameters not always preserved correctly in generated ReactionSystem
type of parameters not always preserved with symbolic indexing
Jun 10, 2024
Not sure if this is actually a Catalyst-level issue or MTK-level. |
Also, using |
@TorkelE is this one there is already an issue for? |
This does not appear to happen for ODESystems, so is a Catalyst-related issue. |
I'm dumb, there is no issue here... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same issue with symbolic interface
The text was updated successfully, but these errors were encountered: