Created
January 14, 2014 00:53
-
-
Save slarson/8411032 to your computer and use it in GitHub Desktop.
Second try with CElegans.net.nml....
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unknown1040f3847b74:generatedNeuroML2 slarson$ ls -l CElegans.net.nml | |
-rw-r--r-- 1 slarson staff 794999 Jan 13 16:43 CElegans.net.nml | |
unknown1040f3847b74:generatedNeuroML2 slarson$ pip show libNeuroML | |
--- | |
Name: libNeuroML | |
Version: 0.1.9.1 | |
Location: /usr/local/lib/python2.7/site-packages | |
Requires: | |
unknown1040f3847b74:generatedNeuroML2 slarson$ python | |
Python 2.7.6 (default, Jan 2 2014, 15:58:06) | |
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import neuroml | |
>>> from neuroml import loaders | |
>>> doc = loaders.NeuroMLLoader.load('./CElegans.net.nml') | |
Not a valid NeuroML 2 doc: (<type 'exceptions.AttributeError'>, AttributeError('nsmap',), <traceback object at 0x1042d9878>) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment