Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Jun 14, 2022
1 parent afcfa10 commit c062dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion miv/io/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def load_recording(
# signal = neo.core.AnalogSignal(
# signal*pq.uV, sampling_rate=sampling_rate * pq.Hz
# )

if channel_mask:
signal = apply_channel_mask(signal, channel_mask)

Expand Down
3 changes: 1 addition & 2 deletions miv/statistics/spike_train_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

__all__ =["inter_spike_intervals"]
__all__ = ["inter_spike_intervals"]
import numpy as np


Expand All @@ -28,5 +28,4 @@ def inter_spike_intervals(spikes):
"""


return np.diff(spikes)

0 comments on commit c062dfa

Please sign in to comment.