Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
4ffaf55f
Commit
4ffaf55f
authored
Feb 06, 2018
by
Martin Reinecke
Browse files
tweak distances to make the test actually work
parent
af4e6a3f
Pipeline
#24474
passed with stage
in 6 minutes and 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
test/test_operators/test_laplace_operator.py
View file @
4ffaf55f
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment