From 9e0b0be61baee58d4998d7388ffced71ad30dc06 Mon Sep 17 00:00:00 2001 From: Philip ABBET <philip.abbet@idiap.ch> Date: Fri, 8 Sep 2017 16:18:55 +0200 Subject: [PATCH] Remove a commented line --- .../test/prefix/algorithms/user/integers_array_generator/1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beat/core/test/prefix/algorithms/user/integers_array_generator/1.py b/beat/core/test/prefix/algorithms/user/integers_array_generator/1.py index 06825d02..9c33a5cc 100755 --- a/beat/core/test/prefix/algorithms/user/integers_array_generator/1.py +++ b/beat/core/test/prefix/algorithms/user/integers_array_generator/1.py @@ -35,7 +35,6 @@ class Algorithm: return True def process(self, inputs, outputs): - # val = np.int32(np.random.randint(0, max(1, abs(inputs['in_data'].data.value)), size=(1000000,))) val = np.int32(np.random.randint(0, max(1, abs(inputs['in_data'].data.value)), size=(1000000,))) outputs['out_data'].write({ -- GitLab