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
b56efa12
Commit
b56efa12
authored
6 months ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
commenting out stuff from the fitter to test memory
parent
35f5a8a9
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
ews/coordinator/processor_epidemiology.py
+2
-0
2 additions, 0 deletions
ews/coordinator/processor_epidemiology.py
with
2 additions
and
0 deletions
ews/coordinator/processor_epidemiology.py
+
2
−
0
View file @
b56efa12
...
...
@@ -10,6 +10,7 @@ from pathlib import Path
import
shutil
from
typing
import
List
,
Union
# from memory_profiler import profile
from
numpy
import
all
,
any
,
argmax
,
unique
,
allclose
from
pandas
import
MultiIndex
,
read_csv
,
DataFrame
,
to_datetime
from
rasterio
import
open
as
rio_open
...
...
@@ -272,6 +273,7 @@ class ProcessorEpidemiology(ProcessorBase):
return
dfm3
# @profile
def
process_in_job_epi
(
self
,
job_path
:
str
,
status
:
Jobstatus
,
config
:
dict
,
component
:
str
):
logger
.
info
(
'
started process_in_job_epi()
'
)
...
...
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