Skip to content

Commit 82324ef

Browse files
committed
black formatting
1 parent c88491a commit 82324ef

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

element_array_ephys/ephys_no_curation.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,10 @@ def make_compute(
408408
# Downsample the signal with `decimate`
409409
lfp = signal.decimate(lfp, downsample_factor, ftype="fir", zero_phase=True)
410410
all_lfps.append(lfp)
411-
412-
execution_duration = ((
413-
datetime.now(timezone.utc) - execution_time
414-
).total_seconds()
415-
/ 3600)
411+
412+
execution_duration = (
413+
datetime.now(timezone.utc) - execution_time
414+
).total_seconds() / 3600
416415
return (
417416
all_lfps,
418417
channels,

0 commit comments

Comments
 (0)