this test tends to succeed more often :)
This commit is contained in:
parent
33106985e1
commit
9a439ef7c3
@ -12,7 +12,7 @@ from interp.grid.simplex import contains
|
|||||||
def exact_func(X):
|
def exact_func(X):
|
||||||
x = X[0]
|
x = X[0]
|
||||||
y = X[0]
|
y = X[0]
|
||||||
return 1 - math.sin((x-0.5)**2 + (y-0.5)**2)
|
return 1 + x + y
|
||||||
|
|
||||||
class TestSequenceFunctions(unittest.TestCase):
|
class TestSequenceFunctions(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user