Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Sep 4, 2024
1 parent a5988b0 commit 8b17ebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/depiction_targeted_preproc/pipeline/run_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def run_batch(workunit_id: int, work_dir: Path, ssh_user: str | None = None) ->
workunit = Workunit.find(id=workunit_id, client=client)
batch_dataset = BatchDataset(dataset_id=workunit.input_dataset.id, client=client)

# TODO there is currently a serious bug which prevents the parallelization here, but this would be the place to
# implement it
for job in batch_dataset.jobs:
run_one_job(
client=client,
Expand Down

0 comments on commit 8b17ebd

Please sign in to comment.