Show
Ignore:
Timestamp:
03/13/08 18:21:58 (4 years ago)
Author:
LaurentPerrinet
Message:

small fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/retina/benchmark_noise.py

    r149 r152  
    3131 
    3232    params = benchmark.get('params') 
     33 
    3334    N, simtime = params['N'], params['simtime'] 
    3435    experiments = benchmark.list_experiments() 
     
    7778    # create benchmark (or open it if it exists) 
    7879    B = benchmark.Benchmark(name,ret,run) 
    79     # there are many ways to get data from the benchmark. see benchmark.py 
     80# there are many ways to get data from the benchmark. see benchmark.py 
    8081    B.run_simulations() 
    8182