Updates to tutorial and run post codacy changes

This commit is contained in:
Matteo Bertocchi
2025-03-10 17:18:48 +01:00
committed by Nicola Demo
parent 9e55746546
commit b38b0894b1
27 changed files with 952 additions and 393 deletions

View File

@@ -30,7 +30,7 @@ import torch
import pina
import warnings
from pina.model.layers import PODBlock, RBFBlock
from pina.model.block import PODBlock, RBFBlock
from pina import LabelTensor
warnings.filterwarnings('ignore')
@@ -249,7 +249,6 @@ plt.tight_layout()
plt.show()
# Or here:
# In[13]: