Changeset 164

Show
Ignore:
Timestamp:
01/17/08 14:04:06 (10 months ago)
Author:
apdavison
Message:

Moved nest2.py to nest2/init.py and similarly for the other modules

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/multifile/neuron/__init__.py

    r162 r164  
    12271227            self.short_term_plasticity_mechanism = self.synapse_dynamics.fast 
    12281228            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 
    12291232        else: 
    12301233            print type(synapse_dynamics) 
  • branches/multifile/test/runtests.py

    r143 r164  
    1212 
    1313Additional 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""" 
    1515 
    1616def run(cmd,engine):