summaryrefslogtreecommitdiff
path: root/test/test_generic_interfaces.py
AgeCommit message (Collapse)Author
2021-12-29Use assert_allclose instead of assert_equal in tests to allow for different ↵gspr
floating point behavior on different architectures or optimization levels. (#49)
2016-02-02new generic interface for spike_sync functionsMario Mulansky
Similar to the isi and spike distance functions, also the spike sync functions now support the new generic interface.
2016-01-31generic interface for spike distance/profileMario Mulansky
spike_profile and spike_distance now have a generic interface that allows to compute bi-variate and multi-variate results with the same function.
2016-01-31generalized interface to isi profile and distanceMario Mulansky
isi profile and distance functionc an now compute bi-variate and multi-variate results. Therefore, it can be called with different "overloads".