Skip to content

Commit 912bf4e

Browse files
authored
Load waveforms by default (#10)
1 parent b4d3bd7 commit 912bf4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/aind_ephys_portal/panel/ephys_gui.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self, analyzer_path, recording_path, **params):
114114
def delayed_init():
115115
self._initialize()
116116
return False # Don't repeat the callback
117-
pn.state.add_periodic_callback(delayed_init, period=500, count=1)
117+
pn.state.add_periodic_callback(delayed_init, period=1500, count=1)
118118

119119
def _initialize(self):
120120
self.layout[1] = self.loading_banner
@@ -181,7 +181,6 @@ def _create_main_window(self):
181181
win = run_mainwindow(
182182
analyzer=self.analyzer,
183183
curation=True,
184-
skip_extensions=["waveforms"],
185184
displayed_unit_properties=displayed_unit_properties,
186185
curation_dict=curation_dict,
187186
mode="web",

0 commit comments

Comments
 (0)