Skip to content

Commit

Permalink
Dont compute pure rate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Apr 22, 2024
1 parent 3c11b34 commit 02ff594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu_tools/rate_table/rate_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():
menu_table.save_table()
menu_table.dump_masks()

menu_table.compute_tot_and_pure()
# menu_table.compute_tot_and_pure()

if __name__ == "__main__":
main()

0 comments on commit 02ff594

Please sign in to comment.