From a6ae032b3e922e77185fc9c0c89567a8d2ea003a Mon Sep 17 00:00:00 2001 From: Tobi-Alonso <tobi.alonso@gmail.com> Date: Fri, 22 May 2020 12:56:16 +0100 Subject: [PATCH] [Test] Fix test function name --- tests/transformation/test_move_maxpool_past_multithreshold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/transformation/test_move_maxpool_past_multithreshold.py b/tests/transformation/test_move_maxpool_past_multithreshold.py index c5e0dd984..2b698dd1a 100644 --- a/tests/transformation/test_move_maxpool_past_multithreshold.py +++ b/tests/transformation/test_move_maxpool_past_multithreshold.py @@ -17,7 +17,7 @@ def get_multithreshold_rand_params(channels, num_of_thres, seed=None): return thres -def test_move_past_fork(): +def test_move_maxpool_past_multithreshold(): # generate test vectors of correct shape ch = 64 ifmdim = 16 -- GitLab