Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
datadrivendiscovery
tests-data
Commits
6c24010e
Commit
6c24010e
authored
Jan 05, 2018
by
Mitar
Browse files
Typo.
parent
6571f425
Pipeline
#15850523
passed with stage
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
primitives/test_primitives/sum.py
primitives/test_primitives/sum.py
+1
-1
No files found.
primitives/test_primitives/sum.py
View file @
6c24010e
...
...
@@ -18,7 +18,7 @@ DOCKER_KEY = 'summing'
# It is useful to define these names, so that you can reuse it both
# for class type arguments and method signatures.
# This is just an example of how to define a more complicated input type,
# which is in fact more restrictive than what the primitve can really handle.
# which is in fact more restrictive than what the primit
i
ve can really handle.
# One could probably just use "typing.Container" in this case, if accepting
# a wide range of input types.
Inputs
=
typing
.
Union
[
container
.
ndarray
,
container
.
List
[
float
],
container
.
List
[
container
.
List
[
float
]]]
...
...
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