Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
9dcec5bc
Commit
9dcec5bc
authored
May 16, 2017
by
Pumpe, Daniel (dpumpe)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update of old keyword harmonic_domain to harmonic_partner
parent
9c0dde2d
Pipeline
#12532
passed with stage
in 6 minutes and 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nifty/field.py
nifty/field.py
+2
-2
No files found.
nifty/field.py
View file @
9dcec5bc
...
...
@@ -358,7 +358,7 @@ class Field(Loggable, Versionable, object):
self
.
domain_axes
[
space_index
])
harmonic_domain
=
self
.
domain
[
space_index
]
power_domain
=
PowerSpace
(
harmonic_
domain
=
harmonic_domain
,
power_domain
=
PowerSpace
(
harmonic_
partner
=
harmonic_domain
,
distribution_strategy
=
distribution_strategy
,
logarithmic
=
logarithmic
,
nbin
=
nbin
,
binbounds
=
binbounds
)
...
...
@@ -512,7 +512,7 @@ class Field(Loggable, Versionable, object):
result_domain
=
list
(
self
.
domain
)
for
power_space_index
in
spaces
:
power_space
=
self
.
domain
[
power_space_index
]
harmonic_domain
=
power_space
.
harmonic_
domain
harmonic_domain
=
power_space
.
harmonic_
partner
result_domain
[
power_space_index
]
=
harmonic_domain
# create random samples: one or two, depending on whether the
...
...
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