FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b56efa12 authored by L. Bower's avatar L. Bower
Browse files

commenting out stuff from the fitter to test memory

parent 35f5a8a9
No related branches found
No related tags found
No related merge requests found
......@@ -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()')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment