Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Sep 3, 2020
1 parent 0c234a6 commit dd76ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caliban_toolbox/dataset_builder.py
Expand Up @@ -414,7 +414,7 @@ def _clean_labels(self, data_dict, relabel=False, small_object_threshold=0,
keep_idx = np.repeat(True, y.shape[0])
cleaned_y = np.zeros_like(y)

# TODO: remove one data QC happens in main toolbox pipeline
# TODO: remove once data QC happens in main toolbox pipeline
for i in range(y.shape[0]):
y_current = y[i, ..., 0]
if relabel:
Expand Down

0 comments on commit dd76ced

Please sign in to comment.