-
Notifications
You must be signed in to change notification settings - Fork 156
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
feat: move fast_substitute to Symbolics, implement SII.symbolic_evaluate #1089
feat: move fast_substitute to Symbolics, implement SII.symbolic_evaluate #1089
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1089 +/- ##
==========================================
- Coverage 77.07% 76.10% -0.97%
==========================================
Files 32 35 +3
Lines 3533 3679 +146
==========================================
+ Hits 2723 2800 +77
- Misses 810 879 +69 ☔ View full report in Codecov by Sentry. |
This doesn't work for array expressions quite yet, and it would be nice if it did |
078928d
to
783ab25
Compare
783ab25
to
f0268e1
Compare
fixpoint_sub(ex, d; kwargs...) | ||
end | ||
|
||
function fixpoint_sub(x, dict; operator = Nothing) |
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.
document?
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.
Fixed in 33ce32b
end | ||
|
||
const Eq = Union{Equation, Inequality} | ||
function fast_substitute(eq::Eq, subs; operator = Nothing) |
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.
document?
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.
Fixed in 33ce32b
No description provided.