Updates to tutorial and run post codacy changes
This commit is contained in:
committed by
Nicola Demo
parent
9e55746546
commit
b38b0894b1
4
tutorials/tutorial12/tutorial.py
vendored
4
tutorials/tutorial12/tutorial.py
vendored
@@ -38,16 +38,16 @@ except:
|
||||
if IN_COLAB:
|
||||
get_ipython().system('pip install "pina-mathlab"')
|
||||
|
||||
import torch
|
||||
|
||||
#useful imports
|
||||
from pina.problem import SpatialProblem, TimeDependentProblem
|
||||
from pina.equation import Equation, FixedValue
|
||||
from pina.domain import CartesianDomain
|
||||
import torch
|
||||
from pina.operator import grad, laplacian
|
||||
from pina import Condition
|
||||
|
||||
|
||||
|
||||
# In[2]:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user