Skip to content

Commit b41215f

Browse files
committed
TL: removing gusto stuff
1 parent e166c14 commit b41215f

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
@@ -647,10 +647,10 @@ def test_pySDC_integrator_MSSDC(n_steps, useMPIController, setup, submit=True, n
647647
)
648648
return None
649649

650-
from firedrake import norm, Constant, COMM_WORLD
651650
from pySDC.implementations.controller_classes.controller_nonMPI import controller_nonMPI
652651
from pySDC.helpers.pySDC_as_gusto_time_discretization import pySDC_integrator
653652
from pySDC.implementations.sweeper_classes.generic_implicit import generic_implicit as sweeper_cls
653+
from firedrake import norm, Constant, COMM_WORLD
654654
import numpy as np
655655

656656
MSSDC_args = {}

0 commit comments

Comments
 (0)