Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Jan 31, 2024
1 parent ef801d2 commit 508e64b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions micro_manager/adaptivity/global_adaptivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ def __init__(
if self._rank_of_sim[i] == self._rank:
self._is_sim_on_this_rank[i] = True

print("Rank {}: is_sim_on_this_rank = {}".format(self._rank, self._is_sim_on_this_rank))
print("Rank {}: rank_of_sim = {}".format(self._rank, self._rank_of_sim))

def compute_adaptivity(
self,
dt: float,
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_adaptivity_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_communicate_micro_output(self):
adaptivity_controller = GlobalAdaptivityCalculator(
configurator,
MagicMock(),
6,
5,
global_ids,
rank=self._rank,
comm=self._comm)
Expand Down

0 comments on commit 508e64b

Please sign in to comment.