standardize module docstring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Module for the physics-informed solvers."""
|
||||
"""Module for the Physics-Informed solvers."""
|
||||
|
||||
__all__ = [
|
||||
"PINNInterface",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for the Physics Informed Neural Network Interface."""
|
||||
"""Module for the Physics-Informed Neural Network Interface."""
|
||||
|
||||
from abc import ABCMeta, abstractmethod
|
||||
import torch
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for Self-Adaptive PINN."""
|
||||
"""Module for the Self-Adaptive PINN solver."""
|
||||
|
||||
from copy import deepcopy
|
||||
import torch
|
||||
|
||||
Reference in New Issue
Block a user