Skip to content

Commit 1ff7c23

Browse files
authored
Merge pull request #1635 from SpiNNakerManchester/broken_links
remove broken links
2 parents 6aad3aa + 7a7b19b commit 1ff7c23

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

spynnaker/pyNN/models/neuron/plasticity/stdp/weight_dependence/weight_dependence_additive.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ def write_parameters(
104104
data=self.__w_max * global_weight_scale,
105105
data_type=DataType.S1615)
106106

107-
# pylint: disable=wrong-spelling-in-comment
108-
# Based on http://data.andrewdavison.info/docs/PyNN/_modules/pyNN
109-
# /standardmodels/synapses.html
110-
# Pre-multiply A+ and A- by Wmax
111107
spec.write_value(
112108
data=self.A_plus * global_weight_scale,
113109
data_type=DataType.S1615)

spynnaker/pyNN/models/neuron/plasticity/stdp/weight_dependence/weight_dependence_additive_triplet.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ def write_parameters(
127127
spec.write_value(data=self.__w_max * global_weight_scale,
128128
data_type=DataType.S1615)
129129

130-
# pylint: disable=wrong-spelling-in-comment
131-
# Based on http://data.andrewdavison.info/docs/PyNN/_modules/pyNN
132-
# /standardmodels/synapses.html
133-
# Pre-multiply A+ and A- by Wmax
134130
spec.write_value(
135131
data=self.A_plus * self.__w_max * global_weight_scale,
136132
data_type=DataType.S1615)

0 commit comments

Comments
 (0)