Skip to content

Commit 7cae0a0

Browse files
author
Tommy Odland
committed
Merge branch 'adaptive-localization-notebook' of https://github.com/tommyod/iterative_ensemble_smoother into adaptive-localization-notebook
2 parents f027a68 + 5a981d3 commit 7cae0a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/Adaptive.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def g(X):
113113
# %% [markdown]
114114
# ## Solve the maximum likelihood problem
115115
#
116-
# We can solve $Ax = b$, where $b$ is the observations,
116+
# We can solve $Ax = b$, where $b$ are the observations,
117117
# for the maximum likelihood estimate.
118118
#
119119
# Notice that unlike using a Ridge model,
@@ -134,7 +134,7 @@ def g(X):
134134
# %% [markdown]
135135
# ## Solve using ESMDA
136136
#
137-
# We crease an `ESMDA` instance and solve the Guass-linear problem.
137+
# We create an `ESMDA` instance and solve the Guass-linear problem.
138138

139139
# %%
140140
smoother = ESMDA(
@@ -177,7 +177,7 @@ def g(X):
177177
# %% [markdown]
178178
# ## Solve using AdaptiveESMDA
179179
#
180-
# We crease an `AdaptiveESMDA` instance and solve the Guass-linear problem.
180+
# We create an `AdaptiveESMDA` instance and solve the Guass-linear problem.
181181

182182
# %%
183183
adaptive_smoother = AdaptiveESMDA(

0 commit comments

Comments
 (0)