Skip to content
Snippets Groups Projects
Commit 7f188124 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[test][prefix][algorithms][integers_add_v2] Fix wrong process signature

parent cca80dbb
No related branches found
No related tags found
1 merge request!62Code cleanup
Pipeline #28180 passed
......@@ -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)):
......
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