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

@@ -8,7 +8,7 @@ except ImportError:
_LRScheduler as LRScheduler,
) # torch < 2.0
from .basepinn import PINNInterface
from .pinn_interface import PINNInterface
from pina.utils import check_consistency
from pina.problem import InverseProblem