export tutorials changed in c161138 (#498)

Co-authored-by: dario-coscia <dario-coscia@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-15 21:44:10 +01:00
committed by Nicola Demo
parent 3712631878
commit e917753702
36 changed files with 177055 additions and 25 deletions

View File

@@ -38,7 +38,7 @@
"import warnings\n",
"\n",
"from pina import Condition, Trainer\n",
"from pina.problem import SpatialProblem \n",
"from pina.problem import SpatialProblem\n",
"from pina.operator import laplacian\n",
"from pina.solver import PINN, SelfAdaptivePINN as SAPINN\n",
"from pina.loss import LpLoss\n",

View File

@@ -13,7 +13,7 @@
#
# First of all, some useful imports.
# In[1]:
# In[ ]:
## routine needed to run the notebook on Google Colab