Cosmetic change to output.
This commit is contained in:
parent
0cdb331cc6
commit
ae15f9f7e3
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ if __name__ == "__main__":
|
|||
|
||||
# Generate grid
|
||||
dim = args.dim if len(args.dim)==2 else [args.dim[0], args.dim[0]]
|
||||
print("Making a grid of dimension{}, in {} seconds with a target occupancy of {}.".format(dim, args.timeout, args.target_occ))
|
||||
print("Making a grid of dimension {}, in {} seconds with a target occupancy of {}.".format(dim, args.timeout, args.target_occ))
|
||||
grid = generate_grid_new(words, dim, timeout=args.timeout, occ_goal=args.target_occ)
|
||||
|
||||
# Print to file and compile
|
||||
|
|
Loading…
Reference in a new issue