From 78f1404168447b3173302fa98817a0d964d8f290 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Tue, 29 Mar 2016 12:43:21 +0200 Subject: updated test case to new spike sync behavior --- test/test_directionality.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_directionality.py b/test/test_directionality.py index 7ca5d58..3e12177 100644 --- a/test/test_directionality.py +++ b/test/test_directionality.py @@ -82,7 +82,7 @@ def test_spike_train_order(): expected_x = np.array([0, 100, 105, 195, 200, 205, 300, 500, 1000]) expected_y = np.array([2, 2, 2, -2, 0, 0, 0, 0, 0]) - expected_mp = np.array([2, 2, 4, 2, 2, 2, 4, 2, 4]) + expected_mp = np.array([2, 2, 4, 2, 2, 2, 4, 2, 2]) assert_array_equal(f.x, expected_x) assert_array_equal(f.y, expected_y) -- cgit v1.2.3