Skip to content

Commit eba7bb6

Browse files
committed
cleanup
1 parent 7e29c32 commit eba7bb6

File tree

1 file changed

+4
-1
lines changed
  • src/vivarium_cluster_tools/psimulate/jobmon_config

1 file changed

+4
-1
lines changed

src/vivarium_cluster_tools/psimulate/jobmon_config/workflow.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ def _write_metadata(
2626
) -> None:
2727
"""Write a metadata JSON file for a single task.
2828
29+
The metadata file serializes the job parameters for the workhorse script to pick up,
30+
and also serves as the reference for restart and expand metadata.
31+
2932
Parameters
3033
----------
3134
metadata_dir
@@ -52,7 +55,7 @@ def build_workflow(
5255
native_specification: NativeSpecification,
5356
max_workers: int,
5457
) -> Any:
55-
"""Build a Jobmon workflow for a psimulate run.
58+
"""Build a Jobmon workflow for a psimulate command.
5659
5760
Creates a Jobmon Tool, TaskTemplate, and one Task per job. Also writes
5861
metadata JSON files to ``output_paths.metadata_dir``.

0 commit comments

Comments
 (0)