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
f3472938
Commit
f3472938
authored
May 12, 2017
by
Theo Steininger
Browse files
Fixed tests for PowerSpace.
parent
128a0891
Pipeline
#12352
passed with stage
in 4 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_spaces/test_power_space.py
View file @
f3472938
...
...
@@ -39,9 +39,7 @@ CONSTRUCTOR_CONFIGS = [
'dim'
:
5
,
'total_volume'
:
8.0
,
'harmonic_partner'
:
RGSpace
((
8
,),
harmonic
=
True
),
'logarithmic'
:
False
,
'nbin'
:
None
,
'binbounds'
:
None
,
'config'
:
{
'logarithmic'
:
False
,
'nbin'
:
None
,
'binbounds'
:
None
},
'pindex'
:
distributed_data_object
([
0
,
1
,
2
,
3
,
4
,
3
,
2
,
1
]),
'kindex'
:
np
.
array
([
0.
,
1.
,
2.
,
3.
,
4.
]),
'rho'
:
np
.
array
([
1
,
2
,
2
,
2
,
1
]),
...
...
@@ -54,9 +52,7 @@ CONSTRUCTOR_CONFIGS = [
'dim'
:
2
,
'total_volume'
:
8.0
,
'harmonic_partner'
:
RGSpace
((
8
,),
harmonic
=
True
),
'logarithmic'
:
True
,
'nbin'
:
None
,
'binbounds'
:
None
,
'config'
:
{
'logarithmic'
:
True
,
'nbin'
:
None
,
'binbounds'
:
None
},
'pindex'
:
distributed_data_object
([
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
]),
'kindex'
:
np
.
array
([
0.
,
2.28571429
]),
'rho'
:
np
.
array
([
1
,
7
]),
...
...
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