Rename nabla -> laplacian
This commit is contained in:
committed by
Nicola Demo
parent
92e0e4920b
commit
6c627c70e3
@@ -4,7 +4,7 @@ import pytest
|
||||
from pina import LabelTensor, Condition, CartesianDomain, PINN
|
||||
from pina.problem import SpatialProblem
|
||||
from pina.model import FeedForward
|
||||
from pina.operators import nabla
|
||||
from pina.operators import laplacian
|
||||
from pina.equation.equation_factory import FixedValue
|
||||
|
||||
|
||||
@@ -37,4 +37,4 @@ def test_init_inputfunc():
|
||||
with pytest.raises(TypeError):
|
||||
Condition(input_points=3., equation='example')
|
||||
with pytest.raises(TypeError):
|
||||
Condition(input_points=example_domain, equation=example_output_pts)
|
||||
Condition(input_points=example_domain, equation=example_output_pts)
|
||||
|
||||
Reference in New Issue
Block a user