renaming
This commit is contained in:
committed by
FilippoOlivo
parent
01aeb17673
commit
b0dd952440
@@ -17,7 +17,7 @@ __all__ = [
|
||||
]
|
||||
|
||||
from .solver import SolverInterface, SingleSolverInterface, MultiSolverInterface
|
||||
from .physic_informed_solver import *
|
||||
from .physics_informed_solver import *
|
||||
from .supervised import SupervisedSolver
|
||||
from .reduced_order_model import ReducedOrderModelSolver
|
||||
from .garom import GAROM
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import warnings
|
||||
|
||||
from ...solver.physic_informed_solver import *
|
||||
from ...solver.physics_informed_solver import *
|
||||
from ...utils import custom_warning_format
|
||||
|
||||
# back-compatibility 0.1
|
||||
@@ -12,6 +12,6 @@ warnings.filterwarnings("always", category=DeprecationWarning)
|
||||
warnings.warn(
|
||||
"'pina.solvers.pinns' is deprecated and will be removed "
|
||||
"in future versions. Please use "
|
||||
"'pina.solver.physic_informed_solver' instead.",
|
||||
"'pina.solver.physics_informed_solver' instead.",
|
||||
DeprecationWarning,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user