FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ews-coordinator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab has been upgraded. See what's new in the
Changelog
.
Show more breadcrumbs
Gilligan Lab for Epidemiology and Modelling
Wheat rusts
ews-coordinator
Commits
78134a92
Commit
78134a92
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
making MediaScraper be class-based like the other processors
parent
83bd2b15
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
coordinator/ProcessorComponents.py
+1
-25
1 addition, 25 deletions
coordinator/ProcessorComponents.py
with
1 addition
and
25 deletions
coordinator/ProcessorComponents.py
+
1
−
25
View file @
78134a92
...
@@ -11,36 +11,12 @@ from typing import List
...
@@ -11,36 +11,12 @@ from typing import List
# All of the process_* functions are callable from config files for the three
# All of the process_* functions are callable from config files for the three
# coordinator stages: pre, in (during) and plotting.
# coordinator stages: pre, in (during) and plotting.
# from ProcessorAdvisory import (
# process_in_job_advisory
# )
#from ProcessorDeposition import (
# process_in_job_dep,
# process_EWS_plotting_dep
#)
#from ProcessorEnvironment import (
# process_in_job_env2_0,
# process_copy_past_job_env2_0,
# process_EWS_plotting_env2_0
#)
# from ProcessorEpidemiology import (
# process_pre_job_epi,
# process_in_job_epi,
# process_EWS_plotting_epi,
# )
from
ProcessorScraper
import
(
process_in_job_media_scraper
,
)
from
ProcessorServer
import
(
from
ProcessorServer
import
(
process_pre_job_server_download
,
process_pre_job_server_download
,
upload
upload
)
)
# from ProcessorSurveys import (
# process_pre_job_survey,
# process_in_job_survey,
# process_EWS_plotting_survey
# )
from
ProcessorUtils
import
(
from
ProcessorUtils
import
(
add_filters_to_sublogger
,
add_filters_to_sublogger
,
query_past_successes
query_past_successes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment