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.bio.base
Commits
1b84b956
Commit
1b84b956
authored
Jul 06, 2021
by
Tiago de Freitas Pereira
Browse files
These operations should be delayed to avoid larger than memory issues
parent
ffa826bb
Pipeline
#52141
passed with stage
in 16 minutes and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/score/load.py
View file @
1b84b956
...
...
@@ -165,7 +165,7 @@ def get_split_dataframe(filename):
genuines
=
df
[
df
.
probe_subject_id
==
df
.
bio_ref_subject_id
]
impostors
=
df
[
df
.
probe_subject_id
!=
df
.
bio_ref_subject_id
]
return
impostors
.
compute
(),
genuines
.
compute
()
return
impostors
,
genuines
def
split_csv_writer
(
filename
):
...
...
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