You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/Oscillator.py
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,14 @@
12
12
# language: python
13
13
# name: python3
14
14
# ---
15
-
15
+
# ruff: noqa: E402
16
16
# %% [markdown]
17
17
# # Estimating parameters of an anharmonic oscillator
18
18
#
19
19
# The anharnomic oscillator can be modelled by a non-linear partial differential
20
20
# equation as described in section 6.3.4 of the book [Fundamentals of Algorithms
21
-
# and Data Assimilation](https://www.amazon.com/Data-Assimilation-Methods-Algorithms-Applications/dp/1611974534) by Mark Asch, Marc Bocquet and Maëlle Nodet.
21
+
# and Data Assimilation](https://www.amazon.com/Data-Assimilation-Methods-Algorithms-Applications/dp/1611974534)
Copy file name to clipboardExpand all lines: docs/source/Polynomial.py
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,21 @@
12
12
# language: python
13
13
# name: python3
14
14
# ---
15
+
# ruff: noqa: E402
16
+
# ruff: noqa: E501
15
17
16
18
# %% [markdown]
17
19
# # Fitting a polynomial with Gaussian priors
18
20
#
19
-
# We fit a simple polynomial with Gaussian priors, which is an example of a Gauss-linear problem for which the results obtained using Subspace Iterative Ensemble Smoother (SIES) tend to those obtained using Ensemble Smoother (ES).
21
+
# We fit a simple polynomial with Gaussian priors, which is an example of a Gauss-linear
22
+
# problem for which the results obtained using Subspace Iterative Ensemble Smoother
23
+
# (SIES) tend to those obtained using Ensemble Smoother (ES).
0 commit comments