Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
7f188124
Commit
7f188124
authored
Mar 15, 2019
by
Samuel GAIST
Browse files
[test][prefix][algorithms][integers_add_v2] Fix wrong process signature
parent
cca80dbb
Pipeline
#28180
passed with stage
in 27 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/prefix/algorithms/user/integers_add_v2/1.py
View file @
7f188124
...
...
@@ -43,7 +43,7 @@ class Algorithm:
self
.
offset
=
parameters
[
"offset"
]
return
True
def
process
(
self
,
inputs
,
outputs
):
def
process
(
self
,
inputs
,
data_loaders
,
outputs
):
data_loader
=
data_loaders
.
loaderOf
(
"in1"
)
for
i
in
range
(
data_loader
.
count
(
self
.
sync
)):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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