Skip to content
Snippets Groups Projects
Commit 7643e601 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Update algorithms.rst

parent f047c4a8
No related branches found
No related tags found
No related merge requests found
Pipeline #40934 passed
...@@ -322,7 +322,7 @@ Python): ...@@ -322,7 +322,7 @@ Python):
class Algorithm: class Algorithm:
def process(self, inputs, , data_loaders, outputs): def process(self, inputs, data_loaders, outputs):
# here, you read inputs, process and write results to outputs # here, you read inputs, process and write results to outputs
......
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