Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.examples
Commits
6cbec8b0
Commit
6cbec8b0
authored
May 08, 2016
by
André Anjos
💬
Browse files
[test] Correctly setup new algorithm
parent
7fc54f7d
Pipeline
#1868
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/algorithms/username/integers_echo_sleep/1.py
View file @
6cbec8b0
...
...
@@ -28,6 +28,7 @@ class Algorithm:
def
setup
(
self
,
parameters
):
self
.
delay
=
parameters
[
'delay'
]
return
True
def
process
(
self
,
inputs
,
outputs
):
...
...
Write
Preview
Supports
Markdown
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