aquacrop icon indicating copy to clipboard operation
aquacrop copied to clipboard

NameError: name 'optimize' is not defined

Open 123eye opened this issue 1 year ago • 0 comments

start = time() # save start time with Pool(8) as p: results = p.map(func, list(range(0,500,50)))

123eye avatar Nov 06 '23 05:11 123eye