pgleeson / neurotune

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Swap dependence on NEURON with JLEMS? #2

Open slarson opened 9 years ago

slarson commented 9 years ago

Would it be possible / make sense to swap out the need to build NEURON as a dependency for this with jLEMS or pyLEMS? Right now the NEURON install step seems to be a big barrier to entry for use of this.

pgleeson commented 9 years ago

@slarson For multicompartmental neurons like mike's example, Neuron is required. For single comp, like the example at https://github.com/openworm/CElegansNeuroML/blob/master/CElegans/pythonScripts/c302/tune/c302tuner.py, jNeuroML is fine, but much slower than Neuron