Skip to content

Commit

Permalink
docs: Add docstring to workflow function
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMichelsen committed Aug 18, 2022
1 parent eeec366 commit 2ee4c6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/metaDMG/fit/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@


def run_workflow(configs: Configs) -> int:
"""Runs the entire metaDMG workflow.
Parameters
----------
configs
A Configs object containing the configuration parameters for the workflow.
Returns
-------
_description_
"""

parallel_samples = min(configs["parallel_samples"], len(configs))

Expand Down

0 comments on commit 2ee4c6b

Please sign in to comment.