mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
get rid of parser as it doesn't work
This commit is contained in:
parent
a249ba1374
commit
56fe3a1be0
1 changed files with 0 additions and 10 deletions
|
|
@ -53,13 +53,3 @@ def main(task_id, output):
|
|||
|
||||
print(f"Combined CSV saved to {output}")
|
||||
print(f"Total rows: {len(combined)}")
|
||||
|
||||
|
||||
# if __name__ == "__main__":
|
||||
# parser = argparse.ArgumentParser()
|
||||
# parser.add_argument("task_id", help="Task ID folder in S3")
|
||||
# parser.add_argument("--output", default="combined.csv")
|
||||
|
||||
# args = parser.parse_args()
|
||||
|
||||
# main(args.task_id, args.output)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue