genetic-Meyer-Packard-Algorithm icon indicating copy to clipboard operation
genetic-Meyer-Packard-Algorithm copied to clipboard

Issue with Zip

Open CaymanSMC opened this issue 6 years ago • 1 comments

inner_dict = dict(zip(fieldnames, i))

Generates this error "TypeError: zip argument #2 must support iteration"

CaymanSMC avatar May 18 '18 21:05 CaymanSMC