summaryrefslogtreecommitdiff
path: root/test/test_sync_filter.py
AgeCommit message (Collapse)Author
2020-03-08Use assert_allclose instead of assert_equal in tests to allow for different ↵gspr/issue-44Gard Spreemann
floating point behavior on different architectures or optimization levels.
2018-06-02added coincidence single profile to python backendMario Mulansky
missing function in python backend added, identified and fixed a bug in the implementation as well
2018-06-02spike sync filtering, cython sim annMario Mulansky
Added function for filtering out events based on a threshold for the spike sync values. Usefull for focusing on synchronous events during directionality analysis. Also added cython version of simulated annealing for performance.
2018-06-02added SPIKE-Sync based filteringMario Mulansky
new function filter_by_spike_sync removes spikes that have a multi-variate Spike Sync value below some threshold not yet fully tested, python backend missing.