Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Apr 12, 2024
1 parent 183eaca commit a4563ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml_genn/ml_genn/compilers/deep_r.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def add_deep_r(synapse_group, genn_model, compiler, l1_strength,
pre_var_vals={"NumDormant": 0, "NumActivations": 0},
egp_vals={"Connectivity": np.zeros(num_words, dtype=np.uint32),
"NumRewirings": np.zeros(1, dtype=np.uint64),
"NumFailedRewirings": np.zeros(1, type.np.uint64)})
"NumFailedRewirings": np.zeros(1, dtype=np.uint64)})

genn_deep_r_2 = compiler.add_custom_connectivity_update(
genn_model, deep_r_2, synapse_group,
Expand Down

0 comments on commit a4563ce

Please sign in to comment.