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
2f1cb237
Commit
2f1cb237
authored
Jan 31, 2019
by
Philipp Arras
Browse files
Do not automatically set point_estimates to anything
This behaviour is not intended according to the docstring.
parent
3f52237c
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/minimization/metric_gaussian_kl.py
View file @
2f1cb237
...
...
@@ -68,8 +68,6 @@ class MetricGaussianKL(Energy):
raise
TypeError
self
.
_hamiltonian
=
hamiltonian
self
.
_constants
=
constants
if
point_estimates
is
None
:
point_estimates
=
constants
self
.
_constants_samples
=
point_estimates
if
_samples
is
None
:
met
=
hamiltonian
(
Linearization
.
make_partial_var
(
...
...
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