Skip to content

Commit

Permalink
Dont need this print
Browse files Browse the repository at this point in the history
  • Loading branch information
kmohrman committed Oct 12, 2023
1 parent c6f31e8 commit 12a9924
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions analysis/wwz/get_wwz_yields.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ def print_yields(yld_dict):
yld_dict_for_printing[proc][cat] = yld_dict[proc][cat]


for k,v in yld_dict_for_printing.items():
print(k,v)
exit()

# Print the yields directly
mlt.print_latex_yield_table(
yld_dict_for_printing,
Expand Down

0 comments on commit 12a9924

Please sign in to comment.