Skip to content

Commit f21aacc

Browse files
committed
Forgot linting..
1 parent 50c109a commit f21aacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/tests/test_helpers/test_gusto_coupling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def test_pySDC_integrator_MSSDC(n_steps, useMPIController, setup, submit=True, n
658658
if useMPIController:
659659
from pySDC.helpers.firedrake_ensemble_communicator import FiredrakeEnsembleCommunicator
660660

661-
controller_communicator = FiredrakeEnsembleCommunicator(COMM_WORLD, COMM_WORLD.size//n_steps)
661+
controller_communicator = FiredrakeEnsembleCommunicator(COMM_WORLD, COMM_WORLD.size // n_steps)
662662
assert controller_communicator.size == n_steps
663663
MSSDC_args = {'useMPIController': True, 'controller_communicator': controller_communicator}
664664
dirname = f'./tmp_{controller_communicator.rank}'

0 commit comments

Comments
 (0)