"autonomous_driving/vscode:/vscode.git/clone" did not exist on "1929ef422239179ba5ef825b424401aea54159b6"
Commit 244970bf authored by Lukas Jarosch's avatar Lukas Jarosch
Browse files

Slightly improve comment

parent 0b5c9492
...@@ -93,7 +93,7 @@ def create_shard( ...@@ -93,7 +93,7 @@ def create_shard(
CHUNK_SIZE = 200 CHUNK_SIZE = 200
shard_index = defaultdict( shard_index = defaultdict(
create_index_default_dict create_index_default_dict
) # {chain_name: {db: str, files: [(file_name, db_offset, file_length)]}, ...} ) # e.g. {chain_name: {db: str, files: [(file_name, db_offset, file_length)]}, ...}
chunk_iter = chunked_iterator(shard_files, CHUNK_SIZE) chunk_iter = chunked_iterator(shard_files, CHUNK_SIZE)
pbar_desc = f"Shard {shard_num}" pbar_desc = f"Shard {shard_num}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment