Skip to content

Commit 59205a2

Browse files
Merge branch 'fix/fix-ray-redundant-execution' of https://github.com/open-sciencelab/GraphGen into fix/fix-ray-redundant-execution
2 parents 01350bb + 804ad57 commit 59205a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphgen/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, node_id: str):
2323
def get_filename_for_block(
2424
self, block: Block, write_uuid: str, task_index: int, block_index: int
2525
) -> str:
26-
# format: {node_id}_{write_uuid}_{task_index:06}_{block_index:06}.json
26+
# format: {node_id}_{write_uuid}_{task_index:06}_{block_index:06}.jsonl
2727
return f"{self.node_id}_{write_uuid}_{task_index:06d}_{block_index:06d}.jsonl"
2828

2929
def get_filename_for_row(

0 commit comments

Comments
 (0)