Fix Codacy Warnings (#477)
--------- Co-authored-by: Dario Coscia <dariocos99@gmail.com>
This commit is contained in:
committed by
Nicola Demo
parent
e3790e049a
commit
4177bfbb50
@@ -2,9 +2,9 @@
|
||||
|
||||
import torch
|
||||
|
||||
from pina.problem import TimeDependentProblem
|
||||
from ...problem import TimeDependentProblem
|
||||
from .pinn import PINN
|
||||
from pina.utils import check_consistency
|
||||
from ...utils import check_consistency
|
||||
|
||||
|
||||
class CausalPINN(PINN):
|
||||
|
||||
Reference in New Issue
Block a user