Skip to content

Commit

Permalink
Fix another typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamovar committed Oct 22, 2014
1 parent d2f5bf4 commit 5026077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devtools/cluster_mask_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ def barhist(U):
fname = sys.argv[1]

compute_stats(fname, None, "all iteration types")
# compute_stats(fname, 0, "main iterations only")
# compute_stats(fname, 1, "K3 iterations only")
# compute_stats(fname, 2, "K2 iterations only")
compute_stats(fname, 0, "main iterations only")
compute_stats(fname, 1, "K3 iterations only")
compute_stats(fname, 2, "K2 iterations only")

show()

0 comments on commit 5026077

Please sign in to comment.