Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jun 5, 2024
1 parent 5bc7aa4 commit 3a9956d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion ibllib/pipes/ephys_tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
import os
import traceback
from pathlib import Path
import subprocess
Expand Down
6 changes: 2 additions & 4 deletions ibllib/pipes/sdsc_tasks.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from pathlib import Path
import numpy as np
import shutil

import spikeglx
from one.api import ONE
from ibllib.ephys.sync_probes import apply_sync
from ibllib.pipes.tasks import Task

Expand Down Expand Up @@ -42,4 +40,4 @@ def _fs(meta_file):
np.save(st_file, interp_times)

out = list(self.session_path.joinpath('alf', self.pname, 'pykilosort', self.revision_label).glob('*'))
return out
return out

0 comments on commit 3a9956d

Please sign in to comment.