Skip to content

Commit

Permalink
Fix pylint and import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgibson committed May 19, 2021
1 parent 96563e5 commit a494ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions grudge/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
from grudge.trace_pair import ( # noqa
interior_trace_pair,
interior_trace_pairs,
connected_ranks,
cross_rank_trace_pairs,
bdry_trace_pair,
bv_trace_pair
Expand Down
3 changes: 1 addition & 2 deletions grudge/trace_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ class TracePair:
.. attribute:: dd
an instance of :class:`grudge.dof_desc.DOFDesc` describing the
discretization on which :attr:`interior` and :attr:`exterior`
live.
discretization on which :attr:`int` and :attr:`ext` live.
.. autoattribute:: int
.. autoattribute:: ext
Expand Down

0 comments on commit a494ba0

Please sign in to comment.