7 lines
133 B
Python
7 lines
133 B
Python
import torch
|
|
import pytest
|
|
|
|
from pina.problem.zoo import Poisson2DSquareProblem
|
|
|
|
def test_constructor():
|
|
Poisson2DSquareProblem() |