standardize module docstring

This commit is contained in:
giovanni
2025-03-14 16:32:19 +01:00
committed by Nicola Demo
parent 0fcb78bc51
commit aea24d0bee
60 changed files with 61 additions and 122 deletions

View File

@@ -1,4 +1,4 @@
"""Module for the AbstractProblem class"""
"""Module for the AbstractProblem class."""
from abc import ABCMeta, abstractmethod
from copy import deepcopy

View File

@@ -1,4 +1,4 @@
"""Module for the InverseProblem class"""
"""Module for the InverseProblem class."""
from abc import abstractmethod
import torch

View File

@@ -1,4 +1,4 @@
"""Module for the ParametricProblem class"""
"""Module for the ParametricProblem class."""
from abc import abstractmethod

View File

@@ -1,4 +1,4 @@
"""Module for the SpatialProblem class"""
"""Module for the SpatialProblem class."""
from abc import abstractmethod

View File

@@ -1,4 +1,4 @@
"""Module for the TimeDependentProblem class"""
"""Module for the TimeDependentProblem class."""
from abc import abstractmethod