nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
46 stars 45 forks source link

Extend static synapse test #968

Closed clinssen closed 12 months ago

clinssen commented 1 year ago

Simplify: remove multimeter and plot.

Add noisy_synapse to the test.

Add homogeneous parameters test.

Refactoring: remove Either class for types; this is possible because we now favour erroring out early rather than accumulating all errors and trying to continue processing.

clinssen commented 12 months ago

Thank you for the review!