Skip to content

Commit

Permalink
Fixing dtype on the CLI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Feb 5, 2025
1 parent b7d3873 commit ac0d4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/ccdc_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def genSingleImage(
outfile='',
scale=30,
max_tile_size=0.5,
image_dtype='uint16'
image_dtype='int16'
):

# TODO: Implement user-specified GEE account authentication.
Expand Down

0 comments on commit ac0d4c0

Please sign in to comment.