-
-
Notifications
You must be signed in to change notification settings - Fork 217
Add support for symbolic units by normalizing them to SI units #2621
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Conversation
Are we planning to finish this? |
+1 for finishing this! |
Well it looks like tests were passing when I re-ran it, so let me re-run it again with the merge fix and I'll merge if it's passing. |
@variables X(tt) [unit = u"L"] | ||
DD = Differential(tt) | ||
eqs = [DD(X) ~ p - d * X + d * X] | ||
@test ModelingToolkit.validate(eqs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
@test ModelingToolkit.validate(eqs) | |
@test ModelingToolkit.validate(eqs) |
Thanks! |
Would it be possible to create a release that includes this change? Thanks! |
done |
Close #2616