fix tests

This commit is contained in:
Nicola Demo
2025-01-23 09:52:23 +01:00
parent 9aed1a30b3
commit a899327de1
32 changed files with 2331 additions and 2428 deletions

View File

@@ -12,7 +12,7 @@ except ImportError:
from torch.optim.lr_scheduler import ConstantLR
from .basepinn import PINNInterface
from .pinn_interface import PINNInterface
from pina.utils import check_consistency
from pina.problem import InverseProblem