Skip to content

Commit

Permalink
further testing
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Feb 21, 2024
1 parent 6cc7079 commit 4f516dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plenoirf/production/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _run_job_block(job, blk, block_id, logger):
job["paths"]["work_dir"],
"blocks",
"{block_id:06d}".format(block_id=block_id),
"inspect_cherenkov_pool",
"simulate_hardware",
"__job_cache__",
),
)
Expand All @@ -193,6 +193,7 @@ def _run_job_block(job, blk, block_id, logger):
),
)

"""
with jll.TimeDelta(
logger, "classify_cherenkov_photons_block{:06d}".format(block_id)
):
Expand All @@ -210,6 +211,7 @@ def _run_job_block(job, blk, block_id, logger):
"__job_cache__",
),
)
"""

return job

Expand Down

0 comments on commit 4f516dd

Please sign in to comment.