summaryrefslogtreecommitdiff
path: root/unbiasedFunctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'unbiasedFunctions.py')
-rw-r--r--unbiasedFunctions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/unbiasedFunctions.py b/unbiasedFunctions.py
index 748aed7..ef0265f 100644
--- a/unbiasedFunctions.py
+++ b/unbiasedFunctions.py
@@ -103,6 +103,7 @@ def buildOutput(newsSourceArr):
h3RandomPairs=[]
while len(h3RandomPairs) < 12:
x=random.sample(range(len(newsSourceArr)), 1)[0]
+ print(newsSourceArr[x].name)
y=random.sample(range(len(newsSourceArr[x].h3Arr)), 1)[0]
pair=[x,y]
if not pair in h3RandomPairs: