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
bob
bob.measure
Commits
e885c41b
Commit
e885c41b
authored
Mar 17, 2014
by
André Anjos
💬
Browse files
Fix python3 compatibility issues with doc fix
parent
c8e7de49
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/measure/__init__.py
View file @
e885c41b
...
...
@@ -127,3 +127,6 @@ def cmc(cmc_scores):
cumulative_match_characteristic
[
i
]
=
count
/
probe_count
return
cumulative_match_characteristic
# gets sphinx autodoc done right - don't remove it
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'_'
)]
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