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
9c5b2e99
Commit
9c5b2e99
authored
May 11, 2017
by
Reimar H Leike
Browse files
now includes product which is neccessary for test
parent
0f034ee3
Pipeline
#12317
failed with stage
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_spaces/test_power_space.py
View file @
9c5b2e99
...
...
@@ -27,6 +27,7 @@ from numpy.testing import assert_, assert_equal, assert_almost_equal,\
from
nifty
import
PowerSpace
,
RGSpace
,
Space
,
LMSpace
from
types
import
NoneType
from
test.common
import
expand
from
itertools
import
product
HARMONIC_SPACES
=
[
RGSpace
((
8
,),
harmonic
=
True
),
RGSpace
((
7
,
8
),
harmonic
=
True
),
RGSpace
((
5
,
5
),
harmonic
=
True
),
RGSpace
((
4
,
5
,
7
),
harmonic
=
True
),
...
...
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