fix some tests
This commit is contained in:
7
tests/test_problem_zoo/test_poisson_2d_square.py
Normal file
7
tests/test_problem_zoo/test_poisson_2d_square.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import torch
|
||||
import pytest
|
||||
|
||||
from pina.problem.zoo import Poisson2DSquareProblem
|
||||
|
||||
def test_constructor():
|
||||
Poisson2DSquareProblem()
|
||||
Reference in New Issue
Block a user