Is this a bug? I don't know where to start

D

Diez B. Roggisch

jim said:
Is this a python bug, or do i not understand
something?

http://www.linuxquestions.org/questions/showthread.php?s=&threadid=336118

It seems to me that this should output each value
once, but i get some seemingly random duplicates.

Your targets contains duplicates - and these produce the problem. And as
False

shows your alleged " i checked the output of the combination generator
and they're all unique values." is obvously wrong.

Doing this

targets=list(set([97,101,139,41,37,31,29,89,23,19,8,13,131,19,73,97,19,139,79,67,61,17,113,127]))


as first line solves the problem.


Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top