clinssen
clinssen
This issue is to track upstream discussion at https://github.com/sympy/sympy/issues/21740. See #663 for earlier NESTML discussion.
The ``resolution()`` function can be used in the ``update`` block of a neuron as well as a synapse. It returns the current timestep dt, such that the statements in the...
NESTML allows the definition of a vector of input ports, such as: ``` input: in_syns[10] nS
See https://github.com/nest/nest-simulator/issues/1990 for a full description. NESTML now supports the ``priority`` parameter for onReceive blocks, that allow to fix this edge case. The integration test for the triplet synapse should...
If we define a parameter named "delay" in a NESTML synapse model, the corresponding C++ getters and setters that are generated conflict with the private methods by the same name...
- [x] divide up huge analyse_transform_neuron_synapse_pairs() in nest_codegenerator into separate helper functions [CL] - [x] refactor ast_transformers.py to use class structure with static methods [PB] - [ ] from ``nest_codegenerator.py``:...
We should check that .nestml files in the repository come with a header and contain the copyright notice, as we do for Python source files. Unlike in Python, we probably...
If integer and real (floating point) parameters are mixed in NESTML ``min(a, b)``, the C++ code generated will fail to compile because ``std::min(a, b)`` is not defined for different types...
The [NEST Simulator integration test](https://github.com/nest/nestml/blob/master/tests/nest_tests/nest_integration_test.py) (part of our CI suite) currently tests 9 models out of 15. The test consists of a numeric comparison of the membrane potential timeseries in...