Skip to content

Commit

Permalink
Changing the symbol for submitted algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Jul 21, 2024
1 parent e8730df commit 0c9d9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pqc_report_writer_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def main():
md_file.new_paragraph(text='In the individual algorithm tables below, Rows are producers. Columns are parsers.\n')


md_file.new_header(level=1, title=f'Algorithms Tested')
md_file.new_header(level=1, title=f'Algorithms Submitted')
md_file.new_paragraph(text='To be in this table, an algorithm must have a test result in one of the tables below (pass or fail). Algorithms for which we have artifacts but no test results are not shown.\n')

_submittedAlgsList.sort()
Expand All @@ -209,7 +209,7 @@ def main():
raise ValueError(f'Multiple results for {generator}')

if len(relevant_sars) == 1:
submittedAlgsCells.append('')
submittedAlgsCells.append('')
else:
submittedAlgsCells.append('')

Expand Down

0 comments on commit 0c9d9f5

Please sign in to comment.