Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Aug 3, 2024
1 parent eca53f3 commit 3cbba58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/ES_2D_Heat_Equation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 3cbba58

Please sign in to comment.