Show
Ignore:
Timestamp:
03/02/10 10:37:15 (2 years ago)
Author:
apdavison
Message:

Fixed ticket:158. Added a more helpful error message for the common case that NEST has been compiled without GSL support (see ticket:159).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/nest/__init__.py

    r717 r718  
    2424 
    2525Set = set 
    26  
    27  
    2826tempdirs       = [] 
    29  
    3027NEST_SYNAPSE_TYPES = ["cont_delay_synapse" ,"static_synapse", "stdp_pl_synapse_hom", 
    3128                      "stdp_synapse", "stdp_synapse_hom", "tsodyks_synapse"] 
    32  
    3329logger = logging.getLogger("PyNN") 
    3430 
     
    114110                                         'min_delay': min_delay, 
    115111                                         'max_delay': max_delay}) 
     112    simulator.connection_managers = [] 
    116113    simulator.reset() 
    117114