Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 2, 2024
1 parent d45c7a8 commit eb01cdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions speclite/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ def magnitude_calculation(results, num_repeats):


def main(argv=None):
"""Entry-point for :command:`speclite_benchmark`.
Returns
-------
:class:`int`
An integer suitable for passing to :func:`sys.exit`.
"""
# parse command-line arguments
parser = argparse.ArgumentParser(
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
Expand Down

0 comments on commit eb01cdc

Please sign in to comment.