Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 31, 2024
1 parent 4e0d7ed commit 31b60a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/widgets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def set_default_plotter_backend(backend):
},
"ephyviewer": {},
"spikeinterface_gui": {},
"viewephys": {}
"viewephys": {},
}

default_backend_kwargs = {
Expand All @@ -56,7 +56,7 @@ def set_default_plotter_backend(backend):
"ipywidgets": {"width_cm": 25, "height_cm": 10, "display": True, "controllers": None},
"ephyviewer": {},
"spikeinterface_gui": {},
"viewephys": {}
"viewephys": {},
}


Expand Down
1 change: 1 addition & 0 deletions src/spikeinterface/widgets/traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ def plot_viewephys(self, data_plot, **backend_kwargs):
self.siv = siv
app.exec()


def _get_trace_list(recordings, channel_ids, time_range, segment_index, return_scaled=False, times=None):
# function also used in ipywidgets plotter
k0 = list(recordings.keys())[0]
Expand Down

0 comments on commit 31b60a8

Please sign in to comment.