We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633728f commit 21d58c8Copy full SHA for 21d58c8
spikeinterface_gui/backend_qt.py
@@ -249,6 +249,7 @@ def create_main_layout(self):
249
bottom_zone = f"zone{column_index+5}"
250
widgets_zone[top_zone] = widgets_zone[bottom_zone]
251
widgets_zone[bottom_zone] = []
252
+ break
253
254
is_zone = np.array([(widgets_zone.get(zone) is not None) and (len(widgets_zone.get(zone)) > 0) for zone in all_zones])
255
is_zone_array = np.reshape(is_zone, (2,4))
0 commit comments