Skip to content
GitLab
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
3a462e52
Commit
3a462e52
authored
Jan 24, 2019
by
Philipp Arras
Browse files
Fix repr of Hamiltonian
parent
164e7503
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/minimization/metric_gaussian_kl.py
View file @
3a462e52
...
...
@@ -130,4 +130,4 @@ class MetricGaussianKL(Energy):
def
__repr__
(
self
):
return
'KL ({} samples):
\n
'
.
format
(
len
(
self
.
_samples
))
+
utilities
.
indent
(
self
.
_ham
.
__repr__
())
self
.
_samples
))
+
utilities
.
indent
(
self
.
_ham
iltonian
.
__repr__
())
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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