Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/launch.py", line 250, in klusta
  2. model = KwikModel(kwik_path, channel_group=channel_group)
  3. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/model.py", line 593, in __init__
  4. clustering=clustering)
  5. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/model.py", line 1056, in open
  6. self._channel_group_changed(self._channel_group)
  7. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/model.py", line 1145, in _channel_group_changed
  8. self._load_features_masks()
  9. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/model.py", line 795, in _load_features_masks
  10. fm = _mmap_h5(kwx_path, h5_path)
  11. File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/h5.py", line 61, in _mmap_h5
  12. assert offset > 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement