Skip to content

Commit 5fa9d44

Browse files
author
Keivan Rezaei
committed
update certify
1 parent cb0de3e commit 5fa9d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fa_roe_certify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def get_sample_cert(gap, gap_reducers):
160160
if c1 == c_pred:
161161
continue
162162

163-
for c2 in range(num_of_classes):
163+
for c2 in range(c1):
164164
if c2 == c_pred or c2 == c1:
165165
continue
166166

0 commit comments

Comments
 (0)