Skip to content
Snippets Groups Projects
Commit 8c0c3200 authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Minor styling and remove debug print

parent 8df7af05
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ def is_train_selection(x): ...@@ -23,7 +23,6 @@ def is_train_selection(x):
def is_index_expression(x): def is_index_expression(x):
print(x, type(x))
if isinstance(x, (slice, list)): if isinstance(x, (slice, list)):
return True return True
......
...@@ -323,8 +323,7 @@ def build_sources_index(sources): ...@@ -323,8 +323,7 @@ def build_sources_index(sources):
else: else:
instrument_indices[sd.source] = { instrument_indices[sd.source] = {
grp: sd.data_counts(labelled=False, index_group=grp) grp: sd.data_counts(labelled=False, index_group=grp)
for grp in sd.index_groups for grp in sd.index_groups}
}
return control_indices, instrument_indices return control_indices, instrument_indices
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment