- Timestamp:
- 12/01/11 09:14:10 (6 months ago)
- Files:
-
- 1 modified
-
trunk/src/nest/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/nest/__init__.py
r1001 r1021 506 506 if name == 'weight': 507 507 value *= 1000.0 508 if self.synapse_type == 'inhibitory' and common.is_conductance(self [0].target):508 if self.synapse_type == 'inhibitory' and common.is_conductance(self.post[0]): 509 509 value *= -1 # NEST wants negative values for inhibitory weights, even if these are conductances 510 510 elif name == 'delay':
