Skip to content
Snippets Groups Projects
Commit 4ffaf55f authored by Martin Reinecke's avatar Martin Reinecke
Browse files

tweak distances to make the test actually work

parent af4e6a3f
No related branches found
No related tags found
1 merge request!220Add test for laplace operator
Pipeline #
......@@ -36,7 +36,7 @@ class LaplaceOperatorTests(unittest.TestCase):
@expand(product([10, 100, 1000]))
def test_Laplace(self, sz):
s = ift.RGSpace(sz, harmonic=True)
s = ift.RGSpace(sz, harmonic=True, distances=0.764)
bb = ift.PowerSpace.useful_binbounds(s, logarithmic=False)
p = ift.PowerSpace(s, binbounds=bb)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment