Skip to content

Commit

Permalink
Fix wrong links in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SG-phimeca committed Jun 7, 2024
1 parent 43f0cd6 commit b3756b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/application/plot_metamodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,12 @@ def globalMetamodel(sample):
#
# ----------------------
#
# In this script, we have created and validated the ``globalMetamodel``. This
# metamodel (computationnally faster than the FMU) can now be employed instead
# of the FMU to perform:
# The ``globalMetamodel`` (computationnally faster than the FMU) created with
# the above script can now be used as a computationnally much cheaper
# substitute to the FMU for
#
# - `sensitivity analysis <http://shorturl.at/dDK24>`_,
# - `uncertainty propagation <http://shorturl.at/quFIP>`_,
# - `estimate a failure probability <http://shorturl.at/emLQY>`_,
# - `sensitivity analysis <https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html#sensitivity-analysis>`_,
# - `parameter inference <https://openturns.github.io/openturns/latest/auto_calibration/index.html#bayesian-calibration>,`_
# - `estimate a failure probability <https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html#reliability>`_,
#
# etc.

0 comments on commit b3756b7

Please sign in to comment.