Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
eb8e7f10
Commit
eb8e7f10
authored
Apr 20, 2016
by
Tiago Peixoto
Browse files
Change default in MulticanonicalState.get_flatness()
parent
3805add7
Pipeline
#171
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/inference/mcmc.py
View file @
eb8e7f10
...
...
@@ -463,7 +463,7 @@ class MulticanonicalState(object):
"Get permanent energy histogram."
return
self
.
_perm_hist
def
get_flatness
(
self
,
use_ent
=
Tru
e
,
h
=
None
,
allow_gaps
=
False
):
def
get_flatness
(
self
,
use_ent
=
Fals
e
,
h
=
None
,
allow_gaps
=
False
):
"Get energy histogram flatness."
if
h
is
None
:
h
=
self
.
_hist
.
a
...
...
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