Skip to content

Commit 4fa18de

Browse files
authored
[datasets] correct 1D triple well docs (#229)
1 parent fcec08e commit 4fa18de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deeptime/data/_datasets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ def triple_well_1d(h=1e-3, n_steps=500):
867867
868868
\mathrm{d}X_t = \nabla V(X_t) \mathrm{d}t + \sigma(t, X_t)\mathrm{d}W_t
869869
870-
with :math:`W_t` being a Wiener process, :math:`\sigma = 1.09`, and the potential :math:`V` being given by
870+
with :math:`W_t` being a Wiener process, :math:`\sigma = 0.75`, and the potential :math:`V` being given by
871871
872872
.. math::
873873

0 commit comments

Comments
 (0)