Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Nov 21, 2024
1 parent b9dbf5e commit 0144a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 3 additions & 7 deletions src/expipe_plugin_cinpla/nwbutils/nwbwidgetsunitviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,7 @@ def __init__(
self.unit_list,
self.unit_name_text,
self.unit_info_text,
widgets.HBox(
[
spatial_series_label,
self.spatial_series_selector,
self.flip_y_axis
]
),
widgets.HBox([spatial_series_label, self.spatial_series_selector, self.flip_y_axis]),
widgets.HBox([self.smoothing_slider, self.bin_size_slider]),
]
)
Expand Down Expand Up @@ -227,8 +221,10 @@ def get_spatial_series(self):

def compute_rate_maps(self):
import pynapple as nap

try:
from spatial_maps import SpatialMap

HAVE_SPATIAL_MAPS = True
except:
warnings.warn(
Expand Down
1 change: 0 additions & 1 deletion src/expipe_plugin_cinpla/widgets/curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def on_action(change):
units_dropdown.value = "Raw"
on_choose_units(None)


def on_sorter(change):
required_values_filled(actions_list)
if len(sorter_list.value) > 1:
Expand Down

0 comments on commit 0144a72

Please sign in to comment.