Merge remote-tracking branch 'origin/main'

This commit is contained in:
Tammo.Weber
2026-02-10 12:36:04 +01:00

View File

@@ -1281,7 +1281,7 @@ def compute_gha2_approx(n2, cb_approx, ds_in, beta0, lamb0, beta1, lamb1, ax, ay
return out, store return out, store
except Exception as e: except Exception as e:
return method_failed("Stochastisch (ES)", e), None return method_failed("Approximiert", e), None
# --- Plot --- # --- Plot ---
@app.callback( @app.callback(