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
36 stars 30 forks source link

Provide shorter aliases to `run...` methods? #131

Closed sanjayankur31 closed 2 years ago

sanjayankur31 commented 2 years ago

Is your feature request related to a problem? Please describe.

We currently provide methods to run simulations using the supported platforms. These methods are named: run_lems_with_jneuroml_neuron and so on. These name are quite long.

Can we provide simpler aliases: run_with_neuron?

Given how commonly the existing functions are used, we can't drop them, but providing aliases should be backwards compatible.