Skip to content

Commit

Permalink
Added better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 16, 2024
1 parent 30c7a6b commit eb0c17e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,14 @@ def merge_replay(
) -> pd.DataFrame:
"""Replay a merge and its test results.
Args:
args (Tuple[str,pd.Series]): A tuple containing the repository slug,
the repository info, and the cache path.
merge_idx (str): The index of the merge.
repo_slug (str): The repository slug.
merge_data (pd.Series): The data of the merge.
test_merge (bool, optional): Whether to test the merge. Defaults to False.
delete_workdir (bool, optional): Whether to delete the workdir. Defaults to True.
create_artifacts (bool, optional): Whether to create artifacts. Defaults to False.
dont_check_fingerprints (bool, optional): Whether to check the fingerprints.
Defaults to False.
Returns:
pd.Series: The result of the test.
"""
Expand Down

0 comments on commit eb0c17e

Please sign in to comment.