AdvancedLiterateMachinery icon indicating copy to clipboard operation
AdvancedLiterateMachinery copied to clipboard

ERROR python create_grid_input.py

Open pjw-cmd opened this issue 1 year ago • 0 comments
trafficstars

Thank you very much for your contribution. In the VGT layout model, executing python create_grid_input.py script generates an error message. TypeError: save_pkl_file() takes from 3 to 4 positional arguments but 5 were given. I think we should change the original code. Change this code:"save_pkl_file(grid, args.output, f"page_{page}", page, args.model)" to "save_pkl_file(grid, args.output, f"page_{page}", args.model)".

pjw-cmd avatar Sep 05 '24 07:09 pjw-cmd