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
Neel Shah
NIFTy
Commits
461b4ca4
Commit
461b4ca4
authored
Apr 26, 2020
by
Martin Reinecke
Browse files
document interface change
parent
c25b4b4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
461b4ca4
Changes since NIFTy 5:
Interface change in EndomorphicOperator.draw_sample()
=====================================================
This method now requires a `dtype` argument to be passed.
As a consequence, `dtype` moves to the first place of the argument list.
MPI parallelisation over samples in MetricGaussianKL
====================================================
...
...
nifty6/operators/endomorphic_operator.py
View file @
461b4ca4
...
...
@@ -40,10 +40,10 @@ class EndomorphicOperator(LinearOperator):
Parameters
----------
from_inverse : bool (default : False)
if True, the sample is drawn from the inverse of the operator
dtype : numpy datatype
the data type to be used for the sample
from_inverse : bool (default : False)
if True, the sample is drawn from the inverse of the operator
Returns
-------
...
...
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