Changeset 164
- Timestamp:
- 01/17/08 14:04:06 (10 months ago)
- Files:
-
- branches/multifile/nest1 (added)
- branches/multifile/nest1/__init__.py (moved) (moved from branches/multifile/nest1.py)
- branches/multifile/nest2 (added)
- branches/multifile/nest2/__init__.py (moved) (moved from branches/multifile/nest2.py)
- branches/multifile/neuron (added)
- branches/multifile/neuron/__init__.py (moved) (moved from branches/multifile/neuron.py) (1 diff)
- branches/multifile/pcsim (added)
- branches/multifile/pcsim/__init__.py (moved) (moved from branches/multifile/pcsim.py)
- branches/multifile/test/runtests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/multifile/neuron/__init__.py
r162 r164 1227 1227 self.short_term_plasticity_mechanism = self.synapse_dynamics.fast 1228 1228 self.long_term_plasticity_mechanism = self.synapse_dynamics.slow 1229 elif self.synapse_dynamics is None: 1230 self.short_term_plasticity_mechanism = None 1231 self.long_term_plasticity_mechanism = None 1229 1232 else: 1230 1233 print type(synapse_dynamics) branches/multifile/test/runtests.py
r143 r164 12 12 13 13 Additional mechanisms from files 14 alphaisyn.mod alphasyn.mod expisyn.mod refrac.mod reset.mod stdwa_softlimits.mod stdwa_songabbott.mod stdwa_symm.mod vecstim.mod"""14 alphaisyn.mod alphasyn.mod expisyn.mod IF_BG5.mod refrac.mod reset.mod stdwa_softlimits.mod stdwa_songabbott.mod stdwa_symm.mod vecstim.mod""" 15 15 16 16 def run(cmd,engine):

