From fca87e0a9e31cc4403f66abc2c070451e88ce833 Mon Sep 17 00:00:00 2001 From: GbotemiB Date: Mon, 5 Feb 2024 00:29:33 +0100 Subject: [PATCH] added extra line --- doc/monte_carlo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/monte_carlo.rst b/doc/monte_carlo.rst index e2770c017..426964f17 100644 --- a/doc/monte_carlo.rst +++ b/doc/monte_carlo.rst @@ -29,7 +29,7 @@ There are a few additional options that needs to be set in the monte_carlo configuration options. Set ``options`` -------------- +---------------- - ``samples``: The number of samples to be used in the monte-carlo simulation. - ``samppling_strategy``: The method used to sample the input parameters. Either of ``pydoe2``, ``chaospy``, or ``scipy``. - ``seed``: The seed for the random number generator. It is useful to set the seed to a fixed value to ensure reproducibility of the results.