We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c788831 commit e1f777fCopy full SHA for e1f777f
tests/unit/test_adaptivity_serial.py
@@ -141,7 +141,6 @@ def test_update_active_sims(self):
141
adaptivity_controller = LocalAdaptivityCalculator(
142
configurator,
143
self._number_of_sims,
144
- participant=MagicMock(),
145
base_logger=MagicMock(),
146
rank=0,
147
comm=MagicMock(),
@@ -316,7 +315,6 @@ def test_update_inactive_sims_local_adaptivity(self):
316
315
317
318
319
320
321
322
comm=MPI.COMM_WORLD,
0 commit comments