File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/vivarium_cluster_tools/psimulate/jobmon_config Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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``.
You can’t perform that action at this time.
0 commit comments