summaryrefslogtreecommitdiff
path: root/test/test_regression/test_regression_15.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.
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.
2015-12-14tests: allow to run out-of-treeIgor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-12-14py3: divisionIgor Gnatenko
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-08-17fix #15Mario Mulansky
add test case and fix for Issue #15 closes #15