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
bd4fb40b
Commit
bd4fb40b
authored
Jan 06, 2018
by
Mitar
Browse files
Adding egg value to git URIs.
parent
fd799c4f
Pipeline
#15852395
passed with stage
in 5 minutes and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
primitives/test_primitives/increment.py
primitives/test_primitives/increment.py
+1
-1
primitives/test_primitives/monomial.py
primitives/test_primitives/monomial.py
+1
-1
primitives/test_primitives/sum.py
primitives/test_primitives/sum.py
+1
-1
No files found.
primitives/test_primitives/increment.py
View file @
bd4fb40b
...
...
@@ -54,7 +54,7 @@ class IncrementPrimitive(transformer.TransformerPrimitiveBase[Inputs, Outputs, H
# a dependency which is not on PyPi.
'installation'
:
[{
'type'
:
metadata_module
.
PrimitiveInstallationType
.
PIP
,
'package_uri'
:
'git+https://gitlab.com/datadrivendiscovery/tests-data.git@{git_commit}#subdirectory=primitives'
.
format
(
'package_uri'
:
'git+https://gitlab.com/datadrivendiscovery/tests-data.git@{git_commit}#
egg=test_primitives&
subdirectory=primitives'
.
format
(
git_commit
=
utils
.
current_git_commit
(
os
.
path
.
dirname
(
__file__
)),
),
}],
...
...
primitives/test_primitives/monomial.py
View file @
bd4fb40b
...
...
@@ -50,7 +50,7 @@ class MonomialPrimitive(supervised_learning.SupervisedLearnerPrimitiveBase[Input
# a dependency which is not on PyPi.
'installation'
:
[{
'type'
:
metadata_module
.
PrimitiveInstallationType
.
PIP
,
'package_uri'
:
'git+https://gitlab.com/datadrivendiscovery/tests-data.git@{git_commit}#subdirectory=primitives'
.
format
(
'package_uri'
:
'git+https://gitlab.com/datadrivendiscovery/tests-data.git@{git_commit}#
egg=test_primitives&
subdirectory=primitives'
.
format
(
git_commit
=
utils
.
current_git_commit
(
os
.
path
.
dirname
(
__file__
)),
),
}],
...
...
primitives/test_primitives/sum.py
View file @
bd4fb40b
...
...
@@ -60,7 +60,7 @@ class SumPrimitive(base.SingletonOutputMixin[Inputs, Outputs, None, Hyperparams]
# a dependency which is not on PyPi.
'installation'
:
[{
'type'
:
metadata_module
.
PrimitiveInstallationType
.
PIP
,
'package_uri'
:
'git+https://gitlab.com/datadrivendiscovery/tests-data.git@{git_commit}#subdirectory=primitives'
.
format
(
'package_uri'
:
'git+https://gitlab.com/datadrivendiscovery/tests-data.git@{git_commit}#
egg=test_primitives&
subdirectory=primitives'
.
format
(
git_commit
=
utils
.
current_git_commit
(
os
.
path
.
dirname
(
__file__
)),
),
},
{
...
...
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