Edward J. Schwartz
commited on
Commit
·
c1213e8
1
Parent(s):
12b7aae
remove debug lines. whoops
Browse files- oo-method-test-split.py +0 -2
oo-method-test-split.py
CHANGED
|
@@ -143,8 +143,6 @@ class OOMethodTestDataset(datasets.ArrowBasedBuilder):
|
|
| 143 |
|
| 144 |
# Move the function name to the key
|
| 145 |
grouped = {k: [b for _,b in g] for k, g in grouped}
|
| 146 |
-
print("WHAT")
|
| 147 |
-
#print(grouped)
|
| 148 |
|
| 149 |
def appears_in_single_exe(tuples):
|
| 150 |
return len({x[1] for x in tuples}) == 1
|
|
|
|
| 143 |
|
| 144 |
# Move the function name to the key
|
| 145 |
grouped = {k: [b for _,b in g] for k, g in grouped}
|
|
|
|
|
|
|
| 146 |
|
| 147 |
def appears_in_single_exe(tuples):
|
| 148 |
return len({x[1] for x in tuples}) == 1
|