black formatter
This commit is contained in:
@@ -36,7 +36,7 @@ class Equation(EquationInterface):
|
||||
:class:`torch.nn.Module` instance.
|
||||
:param dict params_: Dictionary of unknown parameters, associated with a
|
||||
:class:`~pina.problem.inverse_problem.InverseProblem` instance.
|
||||
If the equation is not related to a
|
||||
If the equation is not related to a
|
||||
:class:`~pina.problem.inverse_problem.InverseProblem` instance, the
|
||||
parameters must be initialized to ``None``. Default is ``None``.
|
||||
:return: The computed residual of the equation.
|
||||
|
||||
@@ -10,7 +10,7 @@ class EquationInterface(metaclass=ABCMeta):
|
||||
Equations in PINA simplify the training process. When defining a problem,
|
||||
each equation passed to a :class:`~pina.condition.condition.Condition`
|
||||
object must be either an :class:`~pina.equation.equation.Equation` or a
|
||||
:class:`~pina.equation.system_equation.SystemEquation` instance.
|
||||
:class:`~pina.equation.system_equation.SystemEquation` instance.
|
||||
|
||||
An :class:`~pina.equation.equation.Equation` is a wrapper for a callable
|
||||
function, while :class:`~pina.equation.system_equation.SystemEquation`
|
||||
|
||||
Reference in New Issue
Block a user