Skip to content

Commit

Permalink
add entrypoint to __main__
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Sep 4, 2024
1 parent 6d1fc13 commit ec782b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyp3_srg/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def main():
parser = argparse.ArgumentParser(prefix_chars='+', formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument(
'++process',
choices=['back_projection'],
choices=['back_projection', 'timeseries'],
default='back_projection',
help='Select the HyP3 entrypoint to use', # HyP3 entrypoints are specified in `pyproject.toml`
)
Expand Down

0 comments on commit ec782b5

Please sign in to comment.