Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Veeramani <[email protected]>
  • Loading branch information
bveeramani committed Dec 2, 2024
1 parent 772407b commit cc93cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/nightly_tests/dataset/aggregate_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def parse_args() -> argparse.Namespace:
parser.add_argument(
"--aggregation", required=True, choices=["count", "mean", "std"]
)
parser.add_argument("--aggregate-on", type=str, help="Which column to aggregate on")
parser.add_argument("--aggregate-on", type=str)

return parser.parse_args()

Expand Down

0 comments on commit cc93cb4

Please sign in to comment.