Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
97b2abdc
Commit
97b2abdc
authored
Apr 26, 2017
by
Pumpe, Daniel (dpumpe)
Browse files
new branch with power tests
parent
7967f2d5
Pipeline
#11788
passed with stage
in 10 minutes and 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nifty/sugar.py
View file @
97b2abdc
...
@@ -40,6 +40,6 @@ def create_power_operator(domain, power_spectrum, dtype=None,
...
@@ -40,6 +40,6 @@ def create_power_operator(domain, power_spectrum, dtype=None,
f
=
fp
.
power_synthesize
(
mean
=
1
,
std
=
0
,
real_signal
=
False
)
f
=
fp
.
power_synthesize
(
mean
=
1
,
std
=
0
,
real_signal
=
False
)
power_operator
=
DiagonalOperator
(
domain
,
diagonal
=
f
)
power_operator
=
DiagonalOperator
(
domain
,
diagonal
=
f
,
bare
=
True
)
return
power_operator
return
power_operator
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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