Changeset 718 for trunk/src/nest/__init__.py
- Timestamp:
- 03/02/10 10:37:15 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/nest/__init__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/nest/__init__.py
r717 r718 24 24 25 25 Set = set 26 27 28 26 tempdirs = [] 29 30 27 NEST_SYNAPSE_TYPES = ["cont_delay_synapse" ,"static_synapse", "stdp_pl_synapse_hom", 31 28 "stdp_synapse", "stdp_synapse_hom", "tsodyks_synapse"] 32 33 29 logger = logging.getLogger("PyNN") 34 30 … … 114 110 'min_delay': min_delay, 115 111 'max_delay': max_delay}) 112 simulator.connection_managers = [] 116 113 simulator.reset() 117 114
