NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

feat: add method to rotate cell #218

Closed sanjayankur31 closed 11 months ago

sanjayankur31 commented 1 year ago

Question: should this go into libneuroml as a helper function to the Cell class?

TODO: a good test would be really nice. At the moment, I check with visual inspection to see that the result is fine, but that's not really a good test.

sanjayankur31 commented 1 year ago

Depends on https://github.com/NeuralEnsemble/libNeuroML/pull/160