Geile Änderungen

This commit is contained in:
2026-02-06 11:32:48 +01:00
parent af8ac02e5b
commit 6e63b3c965
2 changed files with 2 additions and 2 deletions

View File

@@ -848,7 +848,7 @@ def compute_gha2_stoch(n2, cb_stoch, n_in, beta0, lamb0, beta1, lamb1, ax, ay, b
P0 = ell.ell2cart(beta0_rad, lamb0_rad)
P1 = ell.ell2cart(beta1_rad, lamb1_rad)
a0_stoch, a1_stoch, s_stoch, points = gha2_ES(ell, P0, P1, maxIter=n_in, all_points=True)
a0_stoch, a1_stoch, s_stoch, points = gha2_ES(ell, P0, P1, maxSegLen=n_in, all_points=True)
out = html.Div([
html.Strong("Stochastisch (ES): "),