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
Show more breadcrumbs
Gilligan Lab for Epidemiology and Modelling
Wheat rusts
ews-coordinator
Commits
e9921919
Commit
e9921919
authored
10 months ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
fixing imports
parent
d1368696
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
coordinator/extra/ProcessorMetResample.py
+5
-9
5 additions, 9 deletions
coordinator/extra/ProcessorMetResample.py
with
5 additions
and
9 deletions
coordinator/extra/ProcessorMetResample.py
+
5
−
9
View file @
e9921919
...
...
@@ -19,17 +19,13 @@ from pandas import DataFrame, infer_freq, read_csv, to_datetime
from
EpiModel.EpiPrep
import
lister
,
loader
,
prep
from
EpiModel.EpiUtils
import
(
datetime_range
,
parse_template_string
)
datetime_range
,
parse_template_string
)
from
coordinator.ProcessorUtils
import
add_filters_to_sublogger
,
calc_epi_date_range
,
short_name
,
open_and_check_config
from
coordinator.processor_base
import
ProcessorBase
from
Processor
import
Processor
from
ProcessorUtils
import
(
add_filters_to_sublogger
,
calc_epi_date_range
,
open_and_check_config
,
short_name
)
class
ProcessorMetResample
(
Processor
):
class
ProcessorMetResample
(
Processor
Base
):
def
process_pre_job
(
self
,
args
)
->
bool
:
self
.
logger
.
debug
(
'
Performing process_pre_job()
'
)
...
...
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