Skip to content

Commit

Permalink
Adding a description to the top table
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Nov 4, 2024
1 parent a1c7b55 commit 243bbd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pqc_report_writer_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def main():

md_file.new_paragraph()
md_file.new_header(level=1, title=f'Algorithms Submitted')
md_file.new_paragraph(text="✅ = passing all verifiers<br>◒ = passing some verifiers<br>⚪︎ = not passing any verifiers<br>")
md_file.new_paragraph(text="✅ = passing all verifiers<br>◒ = passing some verifiers<br>⚪︎ = not passing any verifiers<br>Columns represent producers who submitted artifacts. Verifiers are not listed in this table, but are listed in the broken-out tables below.<br>")
md_file.new_paragraph()
_submittedAlgsList.sort()

Expand All @@ -254,8 +254,6 @@ def main():
0: did not pass any verifiers
1: passed some verifiers
2: passed all verifiers
Columns represent producers who submitted artifacts. Verifiers are not listed in this table, but are listed in the broken-out tables below.
"""
no = passedAllVerifiers(generator, alg_oid, algorithmVerificationResults)
if (no == -1):
Expand Down

0 comments on commit 243bbd8

Please sign in to comment.