-
XPP, NeuroML
-
# Description
While using the `-graph` option with `pynml` on a simple network example, `pynml` crashes with this error.
# Versions of software
```
pyNeuroML v0.5.6: Python utilities for Neu…
-
An HDF5 based equivalent for NeuroML with efficient storage/compression of positions/connections in a network would be a good alternative to serialising in XML. This should be well supported by the va…
-
When parsing a neuroml doc with jlems, presynapticPopulation and postsynapticPopulation in projection component should be refcomponents. For instance, synapse attribute in a projection component is pa…
-
neuroml model interpreter is constructing some paths with $ sign: https://github.com/openworm/org.geppetto.model.neuroml/pull/166/files#diff-0501c526d7bf3d862a6281e2c85516b2R269
control panel uses …
-
Seeing this:
```
Exception Traceback (most recent call last)
~/netpyne/netpyne_ui/netpyne_geppetto.py in importLEMS(self=, modelParameters={'compileMod': True, 'ex…
-
My environment is `bhallalab/moose` docker.
Using `moosegui` when I try to load [moose-examples](https://moose.ncbs.res.in/readthedocs/user/py/cookbook/elec_GUI.html) I fail to load any of the models…
-
Added keywords this and parent in:
https://github.com/robertcannon/jLEMS/blob/639c554db6e1fa4b5179ae751f2608af643778d0/src/org/lemsml/jlems/type/Component.java
Example of usage:
https://github.com/Ne…
-
This a just minor stylistic issue relating to consistency across 9ML.
I am not sure if you guys picked up on this in the spec, but in order to match exactly the format employed by NeuroML the "name" …
-
- [ ] Proper exception handling
- [ ] Files in src/test/resources/tmp shouldn't be in the repo
- [ ] When a model is not supported return a report. (this was working but I have to remove it during the…