File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/aind_ephys_portal/panel Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN pip install wavpack-numcodecs
2525# Install spikeinterface-gui from source
2626RUN 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments