Skip to content

Commit

Permalink
Merge branch 'adaptive-localization-notebook' of https://github.com/t…
Browse files Browse the repository at this point in the history
…ommyod/iterative_ensemble_smoother into adaptive-localization-notebook
  • Loading branch information
Tommy Odland committed Dec 8, 2023
2 parents f027a68 + 5a981d3 commit 7cae0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/Adaptive.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def g(X):
# %% [markdown]
# ## Solve the maximum likelihood problem
#
# We can solve $Ax = b$, where $b$ is the observations,
# We can solve $Ax = b$, where $b$ are the observations,
# for the maximum likelihood estimate.
#
# Notice that unlike using a Ridge model,
Expand All @@ -134,7 +134,7 @@ def g(X):
# %% [markdown]
# ## Solve using ESMDA
#
# We crease an `ESMDA` instance and solve the Guass-linear problem.
# We create an `ESMDA` instance and solve the Guass-linear problem.

# %%
smoother = ESMDA(
Expand Down Expand Up @@ -177,7 +177,7 @@ def g(X):
# %% [markdown]
# ## Solve using AdaptiveESMDA
#
# We crease an `AdaptiveESMDA` instance and solve the Guass-linear problem.
# We create an `AdaptiveESMDA` instance and solve the Guass-linear problem.

# %%
adaptive_smoother = AdaptiveESMDA(
Expand Down

0 comments on commit 7cae0a0

Please sign in to comment.