Skip to content

Commit

Permalink
Table shows if a generator passed all verifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 22, 2024
1 parent d464730 commit 8968d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pqc_report_writer_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def main():
# else:
# submittedAlgsCells.append('')

print("DEBUG: cols: "+str(len(generators)+1)+"x rows: "+str(len(_submittedAlgsList)+1)+" =? "+len(submittedAlgsCells)
print("DEBUG: cols: "+str(len(generators)+1)+"x rows: "+str(len(_submittedAlgsList)+1)+" =? "+len(submittedAlgsCells))
md_file.new_table(columns=len(generators) + 1, rows=len(_submittedAlgsList) + 1, text=submittedAlgsCells, text_align='left')


Expand Down

0 comments on commit 8968d37

Please sign in to comment.