mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Avoid several Python warnings
This commit is contained in:
parent
3e769e05b4
commit
e1c47437bb
4 changed files with 4 additions and 4 deletions
|
|
@ -580,7 +580,7 @@ class Sum(EqualityMixin):
|
|||
|
||||
|
||||
class Regions1D(EqualityMixin):
|
||||
"""Piecewise composition of multiple functions.
|
||||
r"""Piecewise composition of multiple functions.
|
||||
|
||||
This class allows you to create a callable object which is composed
|
||||
of multiple other callable objects, each applying to a specific interval
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue