From 3cbba585fb80655613fad28285b01febb06462b3 Mon Sep 17 00:00:00 2001 From: Feda Curic Date: Sat, 3 Aug 2024 08:31:31 +0200 Subject: [PATCH] Fix typo --- notebooks/ES_2D_Heat_Equation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/ES_2D_Heat_Equation.py b/notebooks/ES_2D_Heat_Equation.py index bb6e0b8..21f5f39 100644 --- a/notebooks/ES_2D_Heat_Equation.py +++ b/notebooks/ES_2D_Heat_Equation.py @@ -111,7 +111,7 @@ def interactive_prior_fields(n): # to make it easier for the Ensemble Smoother to find the solution. alpha_t = alphas[0] -# Resultion on the `x` direction (nothing to worry about really) +# Resolution in the x-direction (nothing to worry about really) dx = 1 # Calculate maximum `dt`.