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

sic #125

Closed
jovo opened this issue Dec 1, 2016 · 2 comments
Closed

sic #125

jovo opened this issue Dec 1, 2016 · 2 comments
Assignees

Comments

@jovo
Copy link
Member

jovo commented Dec 1, 2016

:-(

IOErrorTraceback (most recent call last)
in ()
3 import numpy as np
4 get_ipython().magic(u'matplotlib inline')
----> 5 g = nx.read_gpickle('/tmp/small_demo/outputs/graphs/desikan/KKI2009_113_1_DTI_s4_desikan.gpickle')
6 g = nx.adj_matrix(g).todense()
7 fig = plt.figure(figsize=(7,7))

/usr/local/lib/python2.7/dist-packages/networkx/readwrite/gpickle.pyc in read_gpickle(path)

/usr/local/lib/python2.7/dist-packages/networkx/utils/decorators.pyc in _open_file(func, *args, **kwargs)
196 if is_string_like(path):
197 ext = splitext(path)[1]
--> 198 fobj = _dispatch_dict[ext](path, mode=mode)
199 close_fobj = True
200 elif hasattr(path, 'read'):

IOError: [Errno 2] No such file or directory: '/tmp/small_demo/outputs/graphs/desikan/KKI2009_113_1_DTI_s4_desikan.gpickle'

@gkiar
Copy link
Collaborator

gkiar commented Dec 1, 2016 via email

@gkiar
Copy link
Collaborator

gkiar commented Dec 1, 2016

neurodata/sic#41

@gkiar gkiar closed this as completed Dec 1, 2016
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