Ankur Sinha
Ankur Sinha
i ran into this repo, which seems to be a start: https://github.com/WardDPeeters/Morphologies
Hi @HussainAther , thanks for your note. We currently have a GSoC intern working on writing a SWC to NML converter and adding it to PyNeuroML. One can follow the...
Hi @christian-oreilly , thanks for that. Could you rebase that against the development branch please? The master branch is "stable, released code", so all new features/fixes go into development. We...
For example, this may help: https://libneuroml.readthedocs.io/en/development/userdocs/coreclasses.html#neuroml.nml.nml.Cell.add_unbranched_segments
Ah, sorry about that @christian-oreilly. I hadn't looked at this PR in a while and I missed that the code was being used here. I'll revert that change to mark...
Error softened to warning: https://github.com/NeuralEnsemble/libNeuroML/commit/f4415dcb9fde4afbf8ed3467b777be1f6c57ec88
There's no completely automated way to convert mod files that I'm aware of, primarily because they can contain equations and so on in them that need a human to go...
> ./neuroml/benchmarks/arraymorph_benchmarks.py:21:15: E999 SyntaxError: invalid syntax > print '%r (%r, %r) %2.2f sec' % \ > (method.__name__, args, kw, te-ts) > ^ Is fixed in #98
I see `ion_channel` but `ion_channel_hhs` etc. so I think this is still an issue. Note: I think making this change will change the signature of the NeuroMLDocument constructor etc., so...
From the looks of it, it is now `from fedora.client import AccountSystem`.