Skip to content

Commit 93c6df7

Browse files
author
Nikos Papailiou
committed
Add comment
1 parent bfcf31f commit 93c6df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/python/test/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def accuracy(result, gt, external_ids_offset=0, updated_ids=None):
186186
found += len(np.intersect1d(temp_result, gt[i]))
187187
return found / total
188188

189-
189+
# Generate random names for test array uris
190190
def random_name(name: str) -> str:
191191
suffix = "".join(random.choices(string.ascii_letters, k=10))
192192
return f"zzz_unittest_{name}_{suffix}"

0 commit comments

Comments
 (0)