Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Sep 5, 2024
1 parent cda5c55 commit 9ac44cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ml_genn/ml_genn/compilers/event_prop_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,8 @@ def create_compiled_network(self, genn_model, neuron_populations: dict,
excitatory = (c in self.deep_r_exc_conns)
deep_r_2_ccu = add_deep_r(genn_pop, genn_model, self,
self.deep_r_l1_strength,
delta_g_var_ref, weight_var_ref,
gradient_var_ref,
weight_var_ref,
excitatory)

# If we should record rewirings from
Expand Down

0 comments on commit 9ac44cd

Please sign in to comment.