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

Error when pressing Add CorrelogramsView #54

Open
lepmik opened this issue Jun 11, 2015 · 1 comment
Open

Error when pressing Add CorrelogramsView #54

lepmik opened this issue Jun 11, 2015 · 1 comment

Comments

@lepmik
Copy link

lepmik commented Jun 11, 2015

When running in Ubuntu 14.04 I get the following error:

File "/home/mikkel/apps/klustaviewa/klustaviewa/gui/mainwindow.py", line 938, in add_correlograms_view_callback
self.add_correlograms_view(do_update=True, floating=True)
File "/home/mikkel/apps/klustaviewa/klustaviewa/gui/mainwindow.py", line 636, in add_correlograms_view
self.taskgraph.update_correlograms_view()
File "/home/mikkel/apps/klustaviewa/klustaviewa/gui/taskgraph.py", line 75, in
return lambda _args, *kwargs: self.run(('' + name, args, kwargs))
File "/home/mikkel/apps/klustaviewa/klustaviewa/gui/taskgraph.py", line 63, in run
outputs = self.run_single(action)
File "/home/mikkel/apps/klustaviewa/klustaviewa/gui/taskgraph.py", line 52, in run_single
return getattr(self, method)(_args, *_kwargs)
File "/home/mikkel/apps/klustaviewa/klustaviewa/gui/taskgraph.py", line 350, in _update_correlograms_view
wizard=wizard,
File "/home/mikkel/apps/klustaviewa/klustaviewa/views/viewdata.py", line 303, in get_correlogramsview_data
correlograms = correlograms.submatrix(clusters_selected)
File "/home/mikkel/apps/klustaviewa/klustaviewa/stats/indexed_matrix.py", line 219, in submatrix
raise IndexError("Some indices are not valid.")
IndexError: Some indices are not valid.
None

@roberttoth02
Copy link

In Debian 8.1.0 I get an almost identical error.

File "/home/.../klusta/local/lib/python2.7/site-packages/klustaviewa-0.3.0-py2.7-linux-x86_64.egg/klustaviewa/gui/mainwindow.py", line 938, in add_correlograms_view_callback
self.add_correlograms_view(do_update=True, floating=True)
File "/home/.../klusta/local/lib/python2.7/site-packages/klustaviewa-0.3.0-py2.7-linux-x86_64.egg/klustaviewa/gui/mainwindow.py", line 636, in add_correlograms_view
self.taskgraph.update_correlograms_view()
File "/home/.../klusta/local/lib/python2.7/site-packages/klustaviewa-0.3.0-py2.7-linux-x86_64.egg/klustaviewa/gui/taskgraph.py", line 75, in
return lambda _args, *kwargs: self.run(('' + name, args, kwargs))
File "/home/.../klusta/local/lib/python2.7/site-packages/klustaviewa-0.3.0-py2.7-linux-x86_64.egg/klustaviewa/gui/taskgraph.py", line 63, in run
outputs = self.run_single(action)
File "/home/.../klusta/local/lib/python2.7/site-packages/klustaviewa-0.3.0-py2.7-linux-x86_64.egg/klustaviewa/gui/taskgraph.py", line 52, in run_single
return getattr(self, method)(_args, *_kwargs)
File "/home/.../klusta/local/lib/python2.7/site-packages/klustaviewa-0.3.0-py2.7-linux-x86_64.egg/klustaviewa/gui/taskgraph.py", line 339, in _update_correlograms_view
wizard=wizard,
File "/home/.../klusta/local/lib/python2.7/site-packages/klustaviewa-0.3.0-py2.7-linux-x86_64.egg/klustaviewa/views/viewdata.py", line 304, in get_correlogramsview_data
correlograms = correlograms.submatrix(clusters_selected)
File "/home/.../klusta/local/lib/python2.7/site-packages/klustaviewa-0.3.0-py2.7-linux-x86_64.egg/klustaviewa/stats/indexed_matrix.py", line 219, in submatrix
raise IndexError("Some indices are not valid.")
IndexError: Some indices are not valid.
None

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

2 participants