Skip to content

Commit 693a260

Browse files
committed
that's the last time I try to fix a conflict from within the GitHub editor
1 parent 81af6df commit 693a260

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pyNN/nest/projections.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,16 +272,10 @@ def _convergent_connect(self, presynaptic_indices, postsynaptic_index,
272272
syn_dict.update({'weight': weights, 'delay': delays})
273273

274274
if postsynaptic_cell.celltype.standard_receptor_type:
275-
<<<<<<< issue810
276275
# For the standard TsodyksMarkramSynapse, copy "tau_psc" from the
277276
# post-synaptic neuron's tau_syn so they stay consistent. For
278277
# native_synapse_type, the user-supplied tau_psc is left untouched.
279278
if isinstance(self.synapse_type, TsodyksMarkramSynapse):
280-
=======
281-
# For Tsodyks-Markram synapses models we set the "tau_psc" parameter to match
282-
# the relevant "tau_syn" parameter from the post-synaptic neuron.
283-
if 'tsodyks' in self.nest_synapse_model and hasattr(postsynaptic_cell.celltype, 'translations'):
284-
>>>>>>> master
285279
translations = postsynaptic_cell.celltype.translations
286280
if self.receptor_type == 'inhibitory':
287281
param_name = translations['tau_syn_I']['translated_name']

0 commit comments

Comments
 (0)