Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
samdporter committed Sep 26, 2024
1 parent dd58a0e commit b4f1923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def __init__(self, data: Dataset):

# Very simple heuristic to determine the number of subsets
self.num_subsets = calculate_subsets(data.acquired_data, min_counts_per_subset=2**20)
print(f"Number of subsets: {self.num_subsets}")
update_interval = self.num_subsets
# 10% decay per update interval
upper_decay_perc = 0.1
Expand Down

0 comments on commit b4f1923

Please sign in to comment.