Show
Ignore:
Timestamp:
03/11/10 15:24:33 (2 years ago)
Author:
apdavison
Message:

Resumed implementation of the moose module. HH_cond_exp2.py example runs and gives the same results with moose as with neuron (nest is different - need to figure out why).

Files:
1 modified

Legend:

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

    r719 r726  
    5959        simulator.state.cvode.active(int(extra_params['use_cvode'])) 
    6060        if extra_params.has_key('rtol'): 
    61             simulator.state.cvode.rtol(float(extra_params['rtol'])) 
     61            simulator.state.cvode.rtol(float(extra_params['rtol'])) 
    6262        if extra_params.has_key('atol'): 
    6363            simulator.state.cvode.atol(float(extra_params['atol']))