Skip to content

Commit a0eace9

Browse files
committed
Removed debug output from tutorial while being at it
1 parent 3ee54e8 commit a0eace9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pySDC/tutorial/step_7/F_pySDC_with_Gusto.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
from pySDC.helpers.firedrake_ensemble_communicator import FiredrakeEnsembleCommunicator
3030
from gusto import SDC, BackwardEuler
3131
from gusto.core.labels import implicit, time_derivative
32+
from gusto.core.logging import logger, INFO
33+
34+
logger.setLevel(INFO)
3235

3336

3437
from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter

0 commit comments

Comments
 (0)