Skip to content

Commit

Permalink
#759 more detail in Heaviside docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Feb 7, 2020
1 parent 103b368 commit df8c7b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pybamm/expression_tree/binary_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,9 +651,8 @@ class Heaviside(BinaryOperator):
:class:`EventType` DISCONTINUITY to the model's list of events.
In the case where the Heaviside function is of the form `pybamm.t < x`, `pybamm.t <=
x`, `x < pybamm.t`, or `x <= pybamm.t`, this DISCONTINUITY event will automatically
be added by the solver.
x`, `x < pybamm.t`, or `x <= pybamm.t`, where `x` is any constant equation, this
DISCONTINUITY event will automatically be added by the solver.
**Extends:** :class:`BinaryOperator`
"""
Expand Down

0 comments on commit df8c7b4

Please sign in to comment.