standardize module docstring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Module for the AbstractProblem class"""
|
||||
"""Module for the AbstractProblem class."""
|
||||
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from copy import deepcopy
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for the InverseProblem class"""
|
||||
"""Module for the InverseProblem class."""
|
||||
|
||||
from abc import abstractmethod
|
||||
import torch
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for the ParametricProblem class"""
|
||||
"""Module for the ParametricProblem class."""
|
||||
|
||||
from abc import abstractmethod
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for the SpatialProblem class"""
|
||||
"""Module for the SpatialProblem class."""
|
||||
|
||||
from abc import abstractmethod
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for the TimeDependentProblem class"""
|
||||
"""Module for the TimeDependentProblem class."""
|
||||
|
||||
from abc import abstractmethod
|
||||
|
||||
|
||||
Reference in New Issue
Block a user