Skip to content

Commit

Permalink
remove output_file arg
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 17, 2024
1 parent cd7088e commit ce359e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/data/client2.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ def job_generator(start, blocks, step, mode, strategy):
mode=mode,
initial_height=height,
num_blocks=step,
fast=True,
output_file=str(batch_file),
fast=True
)

Path(batch_file).write_text(json.dumps(batch_data, indent=2))
Expand Down

0 comments on commit ce359e4

Please sign in to comment.