mirror of
https://github.com/Findus23/PaperLibrary.git
synced 2024-09-08 03:13:48 +02:00
remove test code
This commit is contained in:
parent
fda5c7f94d
commit
59888b3885
1 changed files with 0 additions and 6 deletions
|
@ -3,10 +3,8 @@ import subprocess
|
|||
from pathlib import Path
|
||||
from tempfile import TemporaryDirectory
|
||||
|
||||
keys = ["bacco-lagrangian-bias", "DiffEinsteinBoltzmann"]
|
||||
current_dir = Path(__file__).parent
|
||||
aas_file = current_dir / "aas_macros.sty"
|
||||
bibtex_test = (Path(__file__).parent.parent / "bibtex.bib").read_text()
|
||||
tex_template_file = (current_dir / "cite.tex")
|
||||
|
||||
|
||||
|
@ -50,7 +48,3 @@ def run_tex(bibtex: str, keys: list[str]):
|
|||
|
||||
assert len(citenames) == len(keys)
|
||||
return dict(zip(keys, citenames))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_tex(bibtex_test, keys)
|
||||
|
|
Loading…
Reference in a new issue