root/trunk/test


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @365 [365] 12/23/08 22:47:50 mschmucker Added draft implementation for an parameter search/optimization framework. …
(edit) @356 [356] 11/19/08 15:41:48 apdavison Changed the behaviour of the AnalogSignal constructor. Before, t_start
(edit) @355 [355] 11/19/08 10:35:15 apdavison Can now (again) combine ParameterRanges and ParameterDists inside a …
(edit) @354 [354] 11/18/08 16:50:35 apdavison Minor fix to the datastore module. ParameterSets have an attribute …
(edit) @337 [337] 11/13/08 15:41:12 emuller shotnoise_fromspikes fixed AnalogSignal?.time_slice was changed to not …
(edit) @329 [329] 11/13/08 11:09:04 apdavison Added unit tests for datastore module
(edit) @323 [323] 11/12/08 17:00:08 emuller Added adapting markov process (1d and 2d) to stgen
(edit) @322 [322] 11/12/08 16:54:05 bruederle In order to satisfy code coverage demands, dummy calls of those functions …
(edit) @321 [321] 11/12/08 10:31:01 pierre Add some basic tests for the analysis module, and fix the docstrings. …
(edit) @320 [320] 11/11/08 13:17:55 pierre Fix some wrongs examples in doc/io.txt, and in the meanwhile consolidate …
(edit) @315 [315] 11/10/08 19:17:08 LaurentPerrinet Unit Test of signals.py was not working / fixed the computation of CV_KL / …
(edit) @313 [313] 11/10/08 14:37:36 pierre Module docstrings for io, and fix the cv ticket
(edit) @308 [308] 11/08/08 13:26:05 pierre Fix some bugs in pairwise_cc_zero, as reported by nvoges, and I'm not sure …
(edit) @307 [307] 11/08/08 10:58:36 emuller Fixed inh_gamma_generator hazard function numerics Fixed poisson_process …
(edit) @299 [299] 11/06/08 17:36:08 emuller stgen has been updated, pygsl dependency removed for numpy, has tests, …
(edit) @298 [298] 11/06/08 16:42:57 pierre Sorry for this commit on all the import headers. I hope I'm not breaking …
(edit) @295 [295] 11/06/08 11:32:13 pierre Attempt to set up a common framework for the dependencies. Since …
(edit) @287 [287] 11/05/08 14:14:42 pierre Minors functions added. Tests are also slightly modified. Now, if you have …
(edit) @286 [286] 11/05/08 11:06:14 bruederle Added unit tests for new functions in plotting.py
(edit) @283 [283] 11/04/08 20:31:18 bruederle Formatted, documented and marginally extended the functions and classes …
(edit) @280 [280] 11/04/08 09:58:14 apdavison Split the random distribution classes out of theparameters module into a …
(edit) @279 [279] 11/04/08 09:54:08 pierre Minor cleanup in the CV function, especially in the docstring to be more …
(edit) @275 [275] 11/03/08 18:27:00 apdavison A couple of bug-fixes in parameters.py.
(edit) @274 [274] 11/03/08 17:49:50 apdavison ParameterSets can now be pickled (see ticket:5) and deepcopied (see …
(edit) @272 [272] 11/03/08 17:17:09 apdavison Added __eq__() methods to ParameterRange and ParameterDist. Wrote a …
(edit) @268 [268] 11/02/08 23:08:22 apdavison ParameterSpace.realize_dists() now works for ParameterDist objects …
(edit) @267 [267] 11/02/08 18:04:43 pierre Add some tests to check interactions with pyNN is correct. Nevertheless, …
(edit) @260 [260] 10/31/08 16:06:50 pierre Following Jens idea, change the name of spike_triggered_average into …
(edit) @259 [259] 10/31/08 13:16:46 pierre Modify the load/save method to be as in pyNN. The user will have to …
(edit) @258 [258] 10/31/08 13:13:21 apdavison More unit tests for the parameters module
(edit) @257 [257] 10/31/08 10:35:00 pierre Add a spike_triggered_average function to the AnalogSignal? object and its …
(edit) @253 [253] 10/30/08 17:42:53 apdavison Separated the iterable part of ParameterSet into a separate …
(edit) @248 [248] 10/30/08 12:03:37 apdavison Added a unit test for the stgen module
(edit) @246 [246] 10/30/08 12:02:08 apdavison Merged those tests from test_base_classes.py that were still valid into …
(edit) @245 [245] 10/29/08 17:43:33 apdavison Added empty test files for all modules that don't have any unit tests yet. …
(edit) @244 [244] 10/29/08 17:34:48 apdavison Deleted various test scripts that test functionality no longer in trunk. …
(edit) @239 [239] 10/23/08 15:25:50 pierre Fix minors bugs in the new implementation of the init constructor of …
(edit) @238 [238] 10/23/08 13:20:54 pierre Optimization of the SpikeList.init method. The construction time is …
(edit) @235 [235] 10/21/08 14:58:56 pierre Clarify some names, implement the simple function asked by Jens, a simple …
(edit) @234 [234] 10/20/08 16:13:54 apdavison Added a mode argument ('r'/'w') to the SRBFile constructor, mainly to …
(edit) @233 [233] 10/20/08 14:32:07 pierre Fix the fix made on my laptop for numpy versions older than 1.2 because ti …
(edit) @232 [232] 10/19/08 14:31:20 pierre Still some bugs that have been fixed, stuffs that have been reformated, …
(edit) @231 [231] 10/18/08 19:45:59 pierre Fix bugs in the functions involving pairs of cells (cc, distances,...), …
(edit) @230 [230] 10/18/08 13:33:02 pierre Polishing, add the pairwise_cc_zero function and its corresponding test, …
(edit) @229 [229] 10/17/08 20:27:52 pierre 65% of the signals.py file seems to be covered by the tests, and more than …
(edit) @228 [228] 10/17/08 17:41:57 pierre Fix a small bug in the io.py file when trying to load files with id_list …
(edit) @226 [226] 10/17/08 16:11:34 apdavison Modified test_srblib.py to take account of the new location of srblib.
(edit) @224 [224] 10/17/08 16:05:29 apdavison Reorganized and extended srblib.py, as well as stripping out the …
(edit) @223 [223] 10/17/08 15:47:00 pierre 59 tests have been written and probably as many bugs have been fixed in …
(edit) @222 [222] 10/17/08 14:00:15 pierre Modification of the io.py file to be more close to the pyNN syntax made by …
(edit) @221 [221] 10/17/08 13:46:02 pierre Modification of the io.py file to be more close to the pyNN syntax made by …
(edit) @217 [217] 10/16/08 17:44:56 pierre More tests, more bug fixes, more everything in the signals.py file. …
(edit) @216 [216] 10/16/08 15:20:24 pierre Start some unit tests for the signals.py file. To be continued
(edit) @206 [206] 09/22/08 16:15:13 LaurentPerrinet small fix
(edit) @205 [205] 09/22/08 16:09:32 LaurentPerrinet small fix
(edit) @185 [185] 07/24/08 17:23:32 apdavison Added a method to calculate the frequency spectrum of a SpikeTrain. This …
(edit) @99 [99] 01/15/08 15:47:03 apdavison Added more unit tests for the SpikeTrain class
(edit) @95 [95] 01/14/08 15:46:46 LaurentPerrinet Moved HDF stuff to the facets folder / testing the benchmark
(edit) @94 [94] 01/14/08 15:45:32 LaurentPerrinet Added a reset_all function to the benchmark to remove experiment files / …
(edit) @87 [87] 01/12/08 22:20:29 apdavison Added some unit tests for the SpikeTrain class
(edit) @86 [86] 01/12/08 22:15:54 apdavison Added some unit tests for the SpikeTrain class
(edit) @68 [68] 10/16/07 19:49:19 LaurentPerrinet bugfixes on benchmark.py to handle spike files (shelve is cool) / …
(edit) @61 [61] 10/05/07 14:35:59 LaurentPerrinet * added image.py : a simple library to load / save images * moved …
(edit) @57 [57] 09/14/07 16:56:29 LaurentPerrinet moved dependency on pytables... should go to hdf5 folder
(edit) @45 [45] 07/16/07 19:15:05 LaurentPerrinet removed old HDF5 examples
(edit) @44 [44] 07/12/07 00:55:29 LaurentPerrinet benchmarking the benchmark works now, results are OK.
(edit) @26 [26] 05/21/07 18:38:12 LaurentPerrinet still problematic for saving spike lists (see write function), but works …
(edit) @23 [23] 05/17/07 13:14:29 LaurentPerrinet small changes
(edit) @18 [18] 05/15/07 13:36:07 LaurentPerrinet unit tests
(edit) @17 [17] 05/15/07 13:00:24 LaurentPerrinet Added a Benchmark class to allow transparent and unified handling of HDF5 …
(edit) @16 [16] 05/14/07 19:05:07 LaurentPerrinet small bugfix in Spikes.py, the f*cking ISI was coded in uint8 (should we …
(edit) @15 [15] 05/14/07 17:31:20 LaurentPerrinet updated test_rw_sl.py to include arbitrary spike lists
(edit) @12 [12] 05/09/07 18:09:53 LaurentPerrinet modified unit tests
(edit) @11 [11] 05/04/07 00:44:02 LaurentPerrinet going pytables2.0
(edit) @10 [10] 05/03/07 19:31:26 LaurentPerrinet going to pytables2 to allow running on x64
(edit) @8 [8] 05/03/07 15:00:26 LaurentPerrinet bugfix
(edit) @7 [7] 05/03/07 12:54:25 LaurentPerrinet results of benchmark_hdf5.py
(edit) @6 [6] 05/03/07 12:45:00 LaurentPerrinet Refactoring Thierry's scripts / removed redundancies, etc…
(add) @2 [2] 04/24/07 10:06:08 LaurentPerrinet initial import
Note: See TracRevisionLog for help on using the revision log.