-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Names of unknowns have a (t)
appendix but DataFrame column names not
#798
Comments
(t)
appendix but DataFrames without(t)
appendix but DataFrame column names not
@AayushSabharwal I don't think this change is intended right? @david-hofmann workflow wise, what's the reason for preferring one over the other? |
From my (code's) perspective both are equivalent. I can adapt the code either way, it should just be consistent. |
This hasn't changed in like 9 months since SII 0.3 came out 😅 but it is an inconsistency, since if you convert a |
I'd appreciate to have everything with the |
A nice to have: consistency between
unknown
names andDataFrame
column namesThe names of unknowns/variables of an
ODESystem
come with a(t)
appendix. However, when transforming the solution to aDataFrame
the(t)
is gone. This way one cannot directly use the name of a variable as an index.It would be helpful to make naming consistent.
Minimal Reproducible Example 👇
Package Versions
Thank you!
The text was updated successfully, but these errors were encountered: