Skip to content

Commit

Permalink
ModelRunner documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilferrit committed Sep 3, 2024
1 parent 66de213 commit 1ee28be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions casanovo/denovo/model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ class ModelRunner:
output_rootname : str | None, optional
The root name for checkpoint files (e.g., checkpoints or results). If
`None` no base name will be used for checkpoint files.
overwrite_ckpt_check: bool, optional
Whether to check output_dir (if not `None`) for conflicting checkpoint
files.
"""

def __init__(
Expand Down

0 comments on commit 1ee28be

Please sign in to comment.