Skip to content

Commit

Permalink
fix handling of NEST synaptic weight and delay parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Dec 1, 2023
1 parent 45bb1d6 commit 6c20309
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ public:
// no ``weight_variable`` was given in code generation options, so no "weight" defined from the NEST perspective
assert(0);
}
{%- endif %}

{%- if not (nest_version.startswith("v2") or nest_version.startswith("v3.0") or nest_version.startswith("v3.1") or nest_version.startswith("v3.2") or nest_version.startswith("v3.3") or nest_version.startswith("v3.4")) %}
void
Expand Down

0 comments on commit 6c20309

Please sign in to comment.