Changeset 152 for trunk/examples/retina/benchmark_noise.py
- Timestamp:
- 03/13/08 18:21:58 (4 years ago)
- Files:
-
- 1 modified
-
trunk/examples/retina/benchmark_noise.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/retina/benchmark_noise.py
r149 r152 31 31 32 32 params = benchmark.get('params') 33 33 34 N, simtime = params['N'], params['simtime'] 34 35 experiments = benchmark.list_experiments() … … 77 78 # create benchmark (or open it if it exists) 78 79 B = benchmark.Benchmark(name,ret,run) 79 # there are many ways to get data from the benchmark. see benchmark.py80 # there are many ways to get data from the benchmark. see benchmark.py 80 81 B.run_simulations() 81 82
