Skip to content

Commit

Permalink
remove duplicate files in output task
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jan 4, 2025
1 parent 1d2401e commit 1d5bd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibllib/pipes/ephys_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,5 +853,5 @@ def _run(self):
chns = np.load(probe_out_path.joinpath('channels.localCoordinates.npy'))
out = get_aligned_channels(ins[0], chns, one=self.one, save_dir=probe_out_path)
out_files.extend(out)
self.assert_expected_outputs()
return out_files
self.assert_expected_outputs()
return sorted(list(set(out_files)))

0 comments on commit 1d5bd9a

Please sign in to comment.