-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Issue 759 non smooth dae #808
Conversation
Codecov Report
@@ Coverage Diff @@
## master #808 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 179 180 +1
Lines 9919 9987 +68
=======================================
+ Hits 9735 9802 +67
- Misses 184 185 +1
Continue to review full report at Codecov.
|
…ntinuity events
…ities and how to handle them
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.
Thanks @martinjrobins , looks great as is! Can you add this to changelog? We will need to check that the DFN works with discontinuous current input now, but I think this can be something for a separate issue (and also setting up interpolants with heaviside)
Description
Fixes #759
pybamm.Event
class for holding information about eventsType of change
Key checklist:
$ flake8
$ python run-tests.py --unit
$ cd docs
and then$ make clean; make html
You can run all three at once, using
$ python run-tests.py --quick
.Further checks: