Skip to content

Commit

Permalink
Update kerchunk/combine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored Jan 23, 2024
1 parent 3c53bc0 commit bd1e3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerchunk/combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def store_coords(self):
def second_pass(self):
"""map every input chunk to the output"""
# TODO: this stage cannot be rerun without clearing and rerunning store_coords too,
# because some code runs dependant on the current state of self.out
# because some code runs dependent on the current state of self.out
chunk_sizes = {} #
skip = set()
dont_skip = set()
Expand Down

0 comments on commit bd1e3b7

Please sign in to comment.