10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-11-03 20:53:59 +01:00

Add CT and n.d support

This commit is contained in:
Mickaël Véril 2021-03-27 15:48:50 +01:00 committed by Anthony Scemama
parent 659bd97dd3
commit d46e0af490

View File

@ -16,8 +16,9 @@ def GetTypeFromAcronym(acronym):
"p3s":r"\pi \rightarrow 3s",
"p3p":r"\pi \rightarrow 3p",
"spi":r"\sigma \rightarrow \pi^\star",
"CT":None,
"non-d":None
"CT":r"CT",
"non-d":None,
"n.d.":None
}
try:
return acroDict[acronym]