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
1e040bcd
Commit
1e040bcd
authored
10 months ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
fixing test config
fixing imports for new package structure
parent
58148969
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/processor_environment.py
+4
-2
4 additions, 2 deletions
coordinator/processor_environment.py
with
4 additions
and
2 deletions
coordinator/processor_environment.py
+
4
−
2
View file @
1e040bcd
...
...
@@ -16,7 +16,7 @@ from coordinator.processor_base import ProcessorBase
from
coordinator.utils.processor_utils
import
get_only_existing_globs
,
get_input_data
from
ews.postprocessing.environmental_suitability.env_suit_post_processor
import
EnvSuitPostProcessor
from
ews.postprocessing.utils.disease_info
import
EnvSuitDiseaseInfo
from
met_processing.common.params_file_parser
import
ParamsFileParser
from
ews.
met_processing.common.params_file_parser
import
ParamsFileParser
logger
=
logging
.
getLogger
(
__name__
)
...
...
@@ -154,7 +154,9 @@ class ProcessorEnvironment(ProcessorBase):
'''
Run post processing with the :class:`met_processing.runner.common.job_runner` package.
'''
logger
.
info
(
f
"
Running post-processing.
"
)
from
met_processing.runner.common
import
job_runner
from
ews.met_processing.runner.common
import
job_runner
job_runner
.
run_post_processing
(
run_params
,
sys_params
,
processor_name
)
logger
.
info
(
'
Data post processing is completed
'
)
...
...
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