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

Fix returning no mask when XTDF slicing is enabled but entire train selected

parent 6efb98f7
No related branches found
No related tags found
1 merge request!11Fix returning no mask when XTDF slicing is enabled but entire train selected
......@@ -540,7 +540,7 @@ def mask_index(g, counts, masks_by_train):
g['first'][:] = get_pulse_offsets(counts)
g['count'][:] = counts
return full_mask
return full_mask
def read_keydata(kd):
......
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