-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add empty output handle #2855
add empty output handle #2855
Conversation
Signed-off-by: Andrew Brain <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
@@ -142,8 +142,6 @@ def non_repo_domain_tasks(self): | |||
|
|||
enabled_tasks = [] | |||
|
|||
enabled_tasks.extend(generate_non_repo_domain_facade_tasks(logger)) | |||
|
|||
if not RUNNING_DOCKER and machine_learning_phase.__name__ in enabled_phase_names: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pylint] reported by reviewdog 🐶
E0601: Using variable 'machine_learning_phase' before assignment (used-before-assignment)
@@ -142,8 +142,6 @@ def non_repo_domain_tasks(self): | |||
|
|||
enabled_tasks = [] | |||
|
|||
enabled_tasks.extend(generate_non_repo_domain_facade_tasks(logger)) | |||
|
|||
if not RUNNING_DOCKER and machine_learning_phase.__name__ in enabled_phase_names: | |||
#enabled_tasks.extend(machine_learning_phase()) | |||
from augur.tasks.data_analysis.contributor_breadth_worker.contributor_breadth_worker import contributor_breadth_model |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pylint] reported by reviewdog 🐶
C0415: Import outside toplevel (augur.tasks.data_analysis.contributor_breadth_worker.contributor_breadth_worker.contributor_breadth_model) (import-outside-toplevel)
Signed-off-by: Isaac Milarsky <[email protected]>
…add-json-parse-handle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Description
Signed commits