Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
9e0b0be6
Commit
9e0b0be6
authored
Sep 08, 2017
by
Philip ABBET
Browse files
Remove a commented line
parent
adc087a9
Changes
1
Show whitespace changes
Inline
Side-by-side
beat/core/test/prefix/algorithms/user/integers_array_generator/1.py
View file @
9e0b0be6
...
...
@@ -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
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment