-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add Difference operator #293
Conversation
I am unsure what kind of functionality needs to be offered by the |
For now we can keep it barebones and add features to it as it grows. |
Codecov Report
@@ Coverage Diff @@
## master #293 +/- ##
==========================================
+ Coverage 75.78% 75.95% +0.16%
==========================================
Files 19 20 +1
Lines 1817 1834 +17
==========================================
+ Hits 1377 1393 +16
- Misses 440 441 +1
Continue to review full report at Codecov.
|
SciML/ModelingToolkit.jl#1088 (comment)
This PR aims to add the
Difference
operator to enable defining fixed discrete step state transitions.@YingboMa
CC: @ChrisRackauckas