Skip to content

Commit db7a429

Browse files
committed
cleaning
1 parent 4badb06 commit db7a429

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/latex_table.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def parse_input(data):
4343

4444
for line in lines:
4545
line = line.strip()
46-
print(f"Processing line: {line}") # Debugging output
4746
# Skip empty lines or comments
4847
if not line or line.startswith("#"):
4948
continue
@@ -100,10 +99,6 @@ def generate_latex_table(data):
10099
"""
101100
return latex_table
102101

103-
if __name__ == "f__main__":
104-
print(format_to_two_sig_digits(336.0))
105-
106-
107102
if __name__ == "__main__":
108103
parser = argparse.ArgumentParser(description="Generate LaTeX table from performance data")
109104
parser.add_argument("file", nargs="?", help="Optional input file name (if not provided, reads from stdin)")

0 commit comments

Comments
 (0)