Skip to content

Commit

Permalink
add optional null argument
Browse files Browse the repository at this point in the history
  • Loading branch information
basaks committed Nov 9, 2023
1 parent 8e65a19 commit 87ed975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncoverml/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


def extract_subchunks(image_source, subchunk_index, n_subchunks, patchsize,
template_source):
template_source=None):
# extract_subchunks(image_source: RasterioImageSource, subchunk_index, n_subchunks, patchsize,
# template_source: Optional[RasterioImageSource] = None):
equiv_chunks = n_subchunks * mpiops.chunks
Expand Down

0 comments on commit 87ed975

Please sign in to comment.