Skip to content

Commit

Permalink
add blank line for black
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Jul 7, 2023
1 parent 1ce6571 commit ec5c83b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyomo/contrib/pynumero/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________


class PyNumeroEvaluationError(ArithmeticError):
"""An exception to be raised by PyNumero evaluation backends in the event
of a failed function evaluation. This should be caught by solver interfaces
and translated to the solver-specific evaluation error API.
"""

pass

0 comments on commit ec5c83b

Please sign in to comment.