Fehlermeldung dashboard

This commit is contained in:
2026-02-10 11:36:15 +01:00
parent fd02694ae4
commit ffc8d3fbce

View File

@@ -1278,7 +1278,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(