Skip to content

Commit

Permalink
Merge pull request #515 from ska-sa/rename-integration-to-qualification
Browse files Browse the repository at this point in the history
s/Integration/Qualification/g
  • Loading branch information
james-smith-za authored Feb 3, 2023
2 parents a3fbe2e + 421a7e8 commit 0de11e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion qualification/report/generate_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,9 @@ def document_from_list(result_list: list, doc_id: str, *, make_report=True) -> D
doc.set_variable("theAuthor", "DSP Team")
doc.set_variable("docDate", today.strftime("%d %B %Y"))
doc.set_variable("docId", doc_id)
doc.set_variable("docType", f"Qualification Test {'Report' if make_report else 'Procedure'}")
doc.preamble.append(NoEscape((RESOURCE_PATH / "preamble.tex").read_text()))
doc.append(Command("title", f"Integration Test {'Report' if make_report else 'Procedure'}"))
doc.append(Command("title", f"MeerKAT Extension CBF Qualification Test {'Report' if make_report else 'Procedure'}"))
doc.append(Command("makekatdocbeginning"))

_doc_requirements_verified(doc, requirements_verified)
Expand Down
1 change: 0 additions & 1 deletion qualification/report/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
\newcommand{\docClient}{NRF (National Research Foundation)}
\newcommand{\docFacility}{SARAO (South African Radio Astronomy Observatory)}
\newcommand{\docProject}{MeerKAT Extension}
\newcommand{\docType}{Integration Test Report}
\newcommand{\docFunction}{Engineering / Digital Signal Processing}

\newcommand{\docRevision}{1}
Expand Down

0 comments on commit 0de11e5

Please sign in to comment.