Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.vein
Commits
0693a692
Commit
0693a692
authored
May 08, 2018
by
Amir MOHAMMADI
Browse files
Merge branch 'fixmoving' into 'master'
Fix bob.measure->bob.bio.base related issues See merge request
!42
parents
b9588641
901afc84
Pipeline
#19953
passed with stages
in 66 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/vein/script/blame.py
View file @
0693a692
...
...
@@ -54,7 +54,7 @@ def main(user_input=None):
completions
=
dict
(
prog
=
os
.
path
.
basename
(
sys
.
argv
[
0
]),
version
=
pkg_resources
.
require
(
'bob.
measur
e'
)[
0
].
version
version
=
pkg_resources
.
require
(
'bob.
bio.bas
e'
)[
0
].
version
)
args
=
docopt
.
docopt
(
...
...
@@ -71,7 +71,7 @@ def main(user_input=None):
cases
=
int
(
args
[
'--cases'
])
# generates a huge
from
bob.
measu
re.load
import
load_score
,
get_negatives_positives
from
bob.
bio.base.sco
re.load
import
load_score
,
get_negatives_positives
scores
=
[]
names
=
{}
...
...
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