6 lines
107 B
Python
6 lines
107 B
Python
from pina.problem.zoo import Poisson2DSquareProblem
|
|
|
|
|
|
def test_constructor():
|
|
Poisson2DSquareProblem()
|