From ace50eb52abb53aec5bff0eb855de6338c8650f8 Mon Sep 17 00:00:00 2001 From: Michael Baudin <31351465+mbaudin47@users.noreply.github.com> Date: Tue, 28 May 2024 15:38:10 +0200 Subject: [PATCH] Update plot_calibration_flooding.py --- .../plot_calibration_flooding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/doc/examples/calibration/least_squares_and_gaussian_calibration/plot_calibration_flooding.py b/python/doc/examples/calibration/least_squares_and_gaussian_calibration/plot_calibration_flooding.py index 495fda316b..fc5c84a6c7 100644 --- a/python/doc/examples/calibration/least_squares_and_gaussian_calibration/plot_calibration_flooding.py +++ b/python/doc/examples/calibration/least_squares_and_gaussian_calibration/plot_calibration_flooding.py @@ -168,7 +168,7 @@ def functionFlooding(X): # +-------+-----------+ # | 1 | Zv | # +-------+-----------+ -# | 3 | Zm | +# | 2 | Zm | # +-------+-----------+ # # **Table 2.** Indices and names of the inputs and parameters of the parametric model.