Skip to content

Commit d5e13ef

Browse files
committed
Skip waveforms extensions
1 parent 672a59c commit d5e13ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN pip install wavpack-numcodecs
2525
# Install spikeinterface-gui from source
2626
RUN git clone https://github.com/alejoe91/spikeinterface-gui.git && \
2727
cd spikeinterface-gui && \
28-
git checkout 513ef0d4d161a8a8380b1edcd8293c6b6c70f79a && \
28+
git checkout f8198db0ac04232f594dcb1bef80c446e41cd775 && \
2929
pip install . --no-cache-dir && cd ..
3030

3131

src/aind_ephys_portal/panel/ephys_gui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,12 @@ def _create_main_window(self):
112112
if self.analyzer is not None:
113113
win = run_mainwindow(
114114
analyzer=self.analyzer,
115+
curation=True,
116+
skip_extensions=["waveforms"],
115117
backend="panel",
116118
start_app=False,
117119
make_servable=False,
118120
verbose=True,
119-
curation=True
120121
)
121122
return win.main_layout
122123
else:

0 commit comments

Comments
 (0)