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
c1d0d8a6
Commit
c1d0d8a6
authored
Aug 26, 2017
by
Theo Steininger
Browse files
Merge branch 'master' of gitlab.mpcdf.mpg.de:ift/NIFTy
parents
cde05e68
846cc966
Pipeline
#17401
passed with stages
in 25 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/field.py
View file @
c1d0d8a6
...
...
@@ -330,7 +330,7 @@ class Field(Loggable, Versionable, object):
Returns
-------
out : Field
The output object. It
'
s domain is a PowerSpace and it contains
The output object. Its domain is a PowerSpace and it contains
the power spectrum of 'self's field.
See Also
...
...
nifty/minimization/line_searching/line_search.py
View file @
c1d0d8a6
...
...
@@ -28,7 +28,7 @@ class LineSearch(with_metaclass(abc.ABCMeta, type('NewBase', (Loggable, object),
"""Class for determining the optimal step size along some descent direction.
Initialize the line search procedure which can be used by a specific line
search method. It
s
finds the step size in a specific direction in the
search method. It finds the step size in a specific direction in the
minimization process.
Attributes
...
...
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