Skip to content

Commit

Permalink
Remove default for subset
Browse files Browse the repository at this point in the history
This is easy to forget and then run with subset without the intention to actually subset
  • Loading branch information
yellowcap committed Dec 7, 2023
1 parent bf485fe commit b168a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def convert_attrs_and_coords_objects_to_str(data):
@click.option(
"--subset",
required=False,
default="1000,1000,2000,2000",
default=None,
help="For debugging, subset x and y to this pixel window.",
)
def main(index, subset, bucket):
Expand Down

0 comments on commit b168a54

Please sign in to comment.