Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
0fbe46e7
Commit
0fbe46e7
authored
Nov 25, 2020
by
Amir MOHAMMADI
Browse files
Do not automatically wrap pipeline in dask wrappers to allow cusotm pipelines
parent
1b803d1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/vanilla_pad.py
View file @
0fbe46e7
...
...
@@ -89,9 +89,7 @@ def vanilla_pad(ctx, pipeline, database, dask_client, groups, output, checkpoint
[
"checkpoint"
],
pipeline
,
features_dir
=
output
,
model_path
=
output
)
if
dask_client
is
not
None
:
pipeline
=
mario
.
wrap
([
"dask"
],
pipeline
)
else
:
if
dask_client
is
None
:
logger
.
warning
(
"`dask_client` not set. Your pipeline will run locally"
)
# create an experiment info file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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