NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
275 stars 125 forks source link

TEST add-nest-example-scripts #802

Open HarshKhilawala opened 3 months ago

HarshKhilawala commented 3 months ago

Balanced Neuron Example IAF neuron example with current generator

Resultant inhibitory frequency differs from NEST example for Balanced Neuron Example

HarshKhilawala commented 3 months ago

@apdavison Added another script as per this: Link

coveralls commented 3 months ago

Coverage Status

coverage: 63.264% (-0.07%) from 63.329% when pulling 56362b0afb7e51f8501f6b0962e82e8f344f5129 on HarshKhilawala:test-add-balanced-neuron into 1a1ce5cfeaa2aef5250676abd779543d27e1842b on NeuralEnsemble:master.

HarshKhilawala commented 2 months ago

@apdavison So for one_neuron example, do you mean I develop three separate scripts each for 3 simulators? But Isn't this example a native NEST example?

If that is something you meant, Do I need to go through simple network example from each simulator and then implement script to support each of these simulators?

While adding examples to PyNN was just an approach to get familiarity with PyNN, if this is the case, I may not be able to complete the Primary Project which was to add e-props support to PyNN.

Would you please clarify a bit as I might have misunderstood?

HarshKhilawala commented 2 months ago

I just updated one_neuron_example.py as per your suggestion. Can you please confirm if it is 'merge ready example'? Is this what you meant when you said to have support for 3 backends?