From 215f54e7403cfc5ee90734f80749934c94eb0056 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Mon, 21 May 2018 17:51:20 -0500 Subject: [PATCH] Properly rename variable --- test/test_pymbolic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_pymbolic.py b/test/test_pymbolic.py index d2a27c3..bb92ac8 100644 --- a/test/test_pymbolic.py +++ b/test/test_pymbolic.py @@ -541,7 +541,7 @@ def test_latex_mapper(): tex_file_path = os.path.join(latex_dir, "input.tex") with open(tex_file_path, "w") as tex_file: - contents = TEX_TEMPLATE % "\n".join(equations) + contents = LATEX_TEMPLATE % "\n".join(equations) tex_file.write(contents) try: -- GitLab