fix some tests

This commit is contained in:
Nicola Demo
2025-01-16 19:03:18 +01:00
parent 03b16b556b
commit f2340cd4ee
8 changed files with 66 additions and 192 deletions

View File

@@ -0,0 +1,7 @@
import torch
import pytest
from pina.problem.zoo import Poisson2DSquareProblem
def test_constructor():
Poisson2DSquareProblem()