nestml icon indicating copy to clipboard operation
nestml copied to clipboard

A domain specific language for neuron and synapse models in spiking neural network simulation

Results 154 nestml issues
Sort by recently updated
recently updated
newest added

I am facing an issue with pynestml.codegeneration.nest_code_generator_utils. I am trying to run stdp_windows.ipynb in the EBRAIN jupyterlab environment. `module_name, neuron_model_name, synapse_model_name = NESTCodeGeneratorUtils.generate_code_for( "iaf_psc_delta_neuron.nestml", nestml_stdp_model, post_ports=["post_spikes"])` When I run this,...

Vectorizing the step-function calculations of all instances of a given mechanism-type in all compartments within a neuron.

enhancement

This PR fixes the indexing of vector input ports when used in the `update` block with indexes that are variables. The vector variables and vector input ports are both indexed...

Fixes #707 Fixes #1037 See #1037 for a full description.

bug

Synaptic delay and weight in NEST are a special case and should not be treated like any other parameter (or state variable). Delays should be get/set only using ``get_delay()`` and...

bug

Hello everyone, I am currently working on a SNN implementation of a closed-loop control system to simulate the role of cerebellum in motor control. I am trying to develop in...

Extend and fix issue with third factor plasticity test: it should also be using a buffer for postsynaptic values, alike to the Clopath neuron's buffer for postsynaptic V_m (and derived)...

bug
enhancement

Depends on #879. The ``update`` block can be used to integrate the subthreshold dynamics of the neuron across one timestep. However, the timestep might not be constant, for instance when...

refactoring
discussion

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.5.0 to 4.11.0. Release notes Sourced from typing-extensions's releases. 4.11.0 Release 4.11.0 (April 5, 2024) This feature release provides improvements to various recently added features, most importantly...

dependencies
python