issues Search Results · repo:nest/nestml language:Python
Filter by
300 results
(60 ms)300 results
innest/nestml (press backspace or delete to remove)Add predefined sign() function to NESTML.
sign(x) =
1 if x 0 0 if x = 0 -1 if x 0
enhancement
clinssen
- Opened 7 days ago
- #1186
The ‘inline’ keyword has a double meaning in the context of compartmental models: it can either mean a membrane current
mechanism like an ion channel or receptor, or a real inline, e.g. the following code ...
compartmental
discussion
clinssen
- 3
- Opened 20 days ago
- #1175
After the next NESTML release, which will include the codemeta.json file (#1166), email the EBRAINS KG staff to update
our entry.
clinssen
- Opened on Feb 12
- #1167
There is a regression in the STDP triplet synapse model, as is visible in the tutorial notebook on the current master
branch.
The regression bug should be fixed, and assertions have to be added to the ...
bug
clinssen
- Opened on Jan 23
- #1163
In order to prevent spam from a lot of code generation messages, the logging_level should be set to ERROR (or WARNING)
in the NESTML tutorial notebooks.
maintenance
clinssen
- Opened on Jan 20
- #1160
As per the issue https://github.com/nest/nest-simulator/pull/2921, the thread_id is accessible from the synapse via
kernel().vp_manager.get_thread_id() function. This needs to be incorporated in the synapse ...
pnbabu
- Opened on Jan 13
- #1158
#1152 reverted changes from #998 because the copyright transfer agreement was not in place in time for the NESTML 8
release. The changes from #998 should be re-applied after the NESTML 8 release.
clinssen
- Opened on Dec 18, 2024
- #1153
Generate the JSON file for the NEST Desktop target for synapses to fetch the synapse parameters.
pnbabu
- Opened on Dec 9, 2024
- #1148
The NESTML string 0 ms**-1 can be read as either 0 (ms**-1) , a rate of change of 0 per millisecond, or as (0 ms)**-1 ,
a division by zero error.
(To obtain the former, one can write 0 * ms**-1 .)
Possibly, ...
refactoring
clinssen
- 1
- Opened on Oct 17, 2024
- #1128
Spin-off from #946.
Implement a more Python-like syntax for function calls, where the attribute names can explicitly listed. For instance,
if we define
function foo(weight real, delay ms) real:
emit_spike(weight, ...
enhancement
clinssen
- Opened on Oct 10, 2024
- #1122

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.