From 5da8c525d3a64bf8839a1a2b54b7f02ceaf65857 Mon Sep 17 00:00:00 2001 From: mzhelyez Date: Sun, 14 Sep 2025 17:34:11 +0200 Subject: [PATCH] removed tabs from .py file --- .../autogen_rvar_specfun_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_reverse_mode_autodiff_special_functions_compile/autogen_rvar_specfun_tests.py b/test/test_reverse_mode_autodiff_special_functions_compile/autogen_rvar_specfun_tests.py index db39f1e63..769ba0b30 100755 --- a/test/test_reverse_mode_autodiff_special_functions_compile/autogen_rvar_specfun_tests.py +++ b/test/test_reverse_mode_autodiff_special_functions_compile/autogen_rvar_specfun_tests.py @@ -131,7 +131,7 @@ if __name__=="__main__": jam_compile_commands = open(JAM_COMPILE_COMMANDS_OUT,"w") jam_compile_commands.write("test-suite autodiff-long-running-tests\n") jam_compile_commands.write(" :\n") - compile_table_file.write("[table\n[[Function]\t[compiles with ET ON]\t[runs with ET ON]\t[compiles with ET OFF] \t[runs with ET OFF] \t[works with multiprecision]\t[known issues]]\n") + compile_table_file.write("[table\n[[Function]\t[compiles with ET ON]\t[runs with ET ON]\t[compiles with ET OFF] \t[runs with ET OFF]\t[works with multiprecision]\t[known issues]]\n") with open(SPECFUN_LIST,"r") as specfun_file: for line in specfun_file: if not line.count("#"):