Skip to content

Commit 8c4cf00

Browse files
committed
Fixed test
1 parent 1f5f5dc commit 8c4cf00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pySDC/tutorial/step_7/F_pySDC_with_Gusto.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,7 @@ def williamson_5(
254254
# ------------------------------------------------------------------------ #
255255

256256
if use_pySDC:
257-
method = pySDC_integrator(
258-
eqns, description, controller_params, domain=domain, solver_parameters=solver_parameters
259-
)
257+
method = pySDC_integrator(description, controller_params, domain=domain, solver_parameters=solver_parameters)
260258
else:
261259
method = SDC(**SDC_params, domain=domain)
262260

0 commit comments

Comments
 (0)