Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Controller.py #46

Open
maxjuv opened this issue Jun 15, 2023 · 0 comments
Open

Typo in Controller.py #46

maxjuv opened this issue Jun 15, 2023 · 0 comments

Comments

@maxjuv
Copy link

maxjuv commented Jun 15, 2023

Salut Sam,

I got the following error :
File "d:\VK_LayerVI_sensory_neuralynx\script_analysis_neuralynx\mainviewer_sorting.py", line 24, in get_sigui_viewer
win = spikeinterface_gui.MainWindow(we)
File "D:\local_code_library\spikeinterface-gui\spikeinterface_gui\mainwindow.py", line 23, in init
self.controller = SpikeinterfaceController(waveform_extractor, verbose=verbose)
File "D:\local_code_library\spikeinterface-gui\spikeinterface_gui\controller.py", line 115, in init
self.spikes['sample_index'] = spikes_['sample_ind']
ValueError: no field of name sample_ind

I changed all the "xxx_ind" into "xxx_index" in my local repo and it fixed the error
Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant