Skip to content
GitLab
Menu
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
2e145d3e
Commit
2e145d3e
authored
Jun 10, 2021
by
Philipp Arras
Browse files
Tweaks in docstring
parent
707ea130
Pipeline
#103258
passed with stages
in 15 minutes and 23 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/library/variational_models.py
View file @
2e145d3e
...
@@ -215,7 +215,7 @@ class GaussianEntropy(EnergyOperator):
...
@@ -215,7 +215,7 @@ class GaussianEntropy(EnergyOperator):
Parameters
Parameters
----------
----------
domain: Domain
FIXME
domain: Domain
, DomainTuple, list of Domain
The domain of the diagonal.
The domain of the diagonal.
"""
"""
...
@@ -237,7 +237,7 @@ class LowerTriangularInserter(LinearOperator):
...
@@ -237,7 +237,7 @@ class LowerTriangularInserter(LinearOperator):
Parameters
Parameters
----------
----------
target: Domain
FIXME
target: Domain
, DomainTuple, list of Domain
A two-dimensional domain with NxN entries.
A two-dimensional domain with NxN entries.
"""
"""
...
@@ -266,7 +266,7 @@ class DiagonalSelector(LinearOperator):
...
@@ -266,7 +266,7 @@ class DiagonalSelector(LinearOperator):
Parameters
Parameters
----------
----------
domain: Domain
FIXME
domain: Domain
, DomainTuple, list of Domain
The two-dimensional domain of the input field. Must be of shape NxN.
The two-dimensional domain of the input field. Must be of shape NxN.
"""
"""
...
...
src/operators/multifield2vector.py
View file @
2e145d3e
...
@@ -27,7 +27,10 @@ class Multifield2Vector(LinearOperator):
...
@@ -27,7 +27,10 @@ class Multifield2Vector(LinearOperator):
"""Flatten a MultiField and return a Field with unstructured domain and the
"""Flatten a MultiField and return a Field with unstructured domain and the
same number of degrees of freedom.
same number of degrees of freedom.
FIXME
Parameters
----------
domain: MultiDomain
Domain of the operator
"""
"""
def
__init__
(
self
,
domain
):
def
__init__
(
self
,
domain
):
...
...
Write
Preview
Supports
Markdown
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