black formatter

This commit is contained in:
giovanni
2025-03-14 00:19:18 +01:00
committed by Nicola Demo
parent d2e3f458ab
commit c164db874b
8 changed files with 10 additions and 9 deletions

View File

@@ -290,6 +290,7 @@ class SingleSolverInterface(SolverInterface, metaclass=ABCMeta):
""" """
Base class for PINA solvers using a single :class:`torch.nn.Module`. Base class for PINA solvers using a single :class:`torch.nn.Module`.
""" """
def __init__( def __init__(
self, self,
problem, problem,