Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
97b2abdc
There was a problem fetching the pipeline summary.
Commit
97b2abdc
authored
8 years ago
by
Pumpe, Daniel (dpumpe)
Browse files
Options
Downloads
Patches
Plain Diff
new branch with power tests
parent
7967f2d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!76
Master
,
!75
Master
,
!73
new branch with power tests
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nifty/sugar.py
+1
-1
1 addition, 1 deletion
nifty/sugar.py
with
1 addition
and
1 deletion
nifty/sugar.py
+
1
−
1
View file @
97b2abdc
...
...
@@ -40,6 +40,6 @@ def create_power_operator(domain, power_spectrum, dtype=None,
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment