Skip to content
Snippets Groups Projects
Commit 9e0b0be6 authored by Philip ABBET's avatar Philip ABBET
Browse files

Remove a commented line

parent adc087a9
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment