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
537fd273
Commit
537fd273
authored
10 months ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
repackaging AdvisoryBuilder (and removing camelCase)
parent
3983259a
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/processor_advisory.py
+2
-2
2 additions, 2 deletions
coordinator/processor_advisory.py
with
2 additions
and
2 deletions
coordinator/processor_advisory.py
+
2
−
2
View file @
537fd273
...
@@ -5,9 +5,9 @@ import logging
...
@@ -5,9 +5,9 @@ import logging
# gitlab projects
# gitlab projects
# TODO: Package these projects so they are robust for importing
# TODO: Package these projects so they are robust for importing
from
AdvisoryBuilder
import
DataGatherer
# created by jws52
from
coordinator.utils.processor_utils
import
short_name
from
coordinator.utils.processor_utils
import
short_name
from
coordinator.processor_base
import
ProcessorBase
from
coordinator.processor_base
import
ProcessorBase
from
ews.advisory_builder
import
data_gatherer
class
ProcessorAdvisory
(
ProcessorBase
):
class
ProcessorAdvisory
(
ProcessorBase
):
...
@@ -52,7 +52,7 @@ class ProcessorAdvisory(ProcessorBase):
...
@@ -52,7 +52,7 @@ class ProcessorAdvisory(ProcessorBase):
logging
.
info
(
f
"
Running for scenario
{
config_advisory
}
,
{
dateString
}
,
{
layout
}
"
)
logging
.
info
(
f
"
Running for scenario
{
config_advisory
}
,
{
dateString
}
,
{
layout
}
"
)
report_names
=
D
ata
G
atherer
.
run_each_subregion
(
config_advisory
,
dateString
,
layout
)
report_names
=
d
ata
_g
atherer
.
run_each_subregion
(
config_advisory
,
dateString
,
layout
)
# pass the report filenames to upload to the remote server
# pass the report filenames to upload to the remote server
...
...
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