Skip to content

Commit

Permalink
Repair test
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Jan 31, 2024
1 parent 508e64b commit 521dc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_adaptivity_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_communicate_micro_output(self):
sim_output = [None, None, output_0]
expected_sim_output = [output_1, output_1, output_0]
elif self._rank == 1:
global_ids = [3, 4, 5]
global_ids = [3, 4]
sim_output = [output_1, None]
expected_sim_output = [output_1, output_0]

Expand Down

0 comments on commit 521dc2c

Please sign in to comment.