Changeset 165 for branches

Show
Ignore:
Timestamp:
05/07/08 17:56:33 (4 years ago)
Author:
LaurentPerrinet
Message:

CodeJam? #2: clean-up of the NeuroTools package / removing benchmark.py and everything that depends on it (if you need it, find it in branches/working_concept2) / examples on single neuron are fine, still some work to do on retina

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/packaged_tools/NeuroTools/h5howto.py

    r162 r165  
    1010 
    1111import sys 
     12<<<<<<< .mine 
     13sys.path.append('/Users/lup/sci/neuralensemble/NeuroTools/branches/packaged_tools') 
     14======= 
    1215sys.path.append('/home/thierry/NeuroTools_Project') 
     16>>>>>>> .r164 
    1317from NeuroTools.HDF5Tools.HDF5Factory.highlevel import openH5File, HDF5File 
    1418from NeuroTools.PythonObjects.spikes import SpikeTrain, SpikeList