Show
Ignore:
Timestamp:
03/12/08 19:56:36 (4 years ago)
Author:
LaurentPerrinet
Message:

retina now works with the ParameterSet class / needs more work to merge the benchmark utility with the combination of parameters

Files:
1 modified

Legend:

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

    r101 r149  
    4949            print "Loading data for experiment " , experiment 
    5050            out_ON = benchmark.get('out',experiment)['out_ON_DATA'] 
    51  
    5251            # storing 
    5352            benchmark.put('firing_rate',{ 
     
    7978    #pylab.legend() 
    8079 
    81     pylab.savefig(benchmark.filename + '/benchmark_linear.pdf') #, dpi=300) # 
     80    pylab.savefig(benchmark.directory + '/benchmark_linear.pdf') #, dpi=300) # 
    8281 
    8382