From 4f5647316411752c4772033095e7262d862c0f80 Mon Sep 17 00:00:00 2001 From: kmdeck <65979205+kmdeck@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:37:01 -0700 Subject: [PATCH] Update richards_equation.jl remove spurious comma --- docs/tutorials/Soil/richards_equation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/Soil/richards_equation.jl b/docs/tutorials/Soil/richards_equation.jl index 6dbaf4953d..1da1e28f94 100644 --- a/docs/tutorials/Soil/richards_equation.jl +++ b/docs/tutorials/Soil/richards_equation.jl @@ -171,7 +171,7 @@ clima_ode_function = T_exp! = exp_tendency!, T_imp! = ODE.ODEFunction(imp_tendency!; jac_kwargs...), dss! = ClimaLSM.dss!, - ), + ) # Next, we turn to timestepping. We choose the initial and final times, as well as a timestep. # As usual, your timestep depends on the problem you are solving, the accuracy