From 24338e3f0dfbe6797dd70fe82abc8c3eda8eee16 Mon Sep 17 00:00:00 2001 From: Abhishek Patidar <1e9abhi1e10@gmail.com> Date: Wed, 22 Feb 2023 03:26:36 +0530 Subject: [PATCH] Correct the description of 'no_of_packets' in Monte Carlo Configuration (#2214) * Correct the description of 'no_of_packets' in Monte Carlo Configuration * Added a simple description --- tardis/io/schemas/montecarlo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tardis/io/schemas/montecarlo.yml b/tardis/io/schemas/montecarlo.yml index 430fbf8db67..f3664e253eb 100644 --- a/tardis/io/schemas/montecarlo.yml +++ b/tardis/io/schemas/montecarlo.yml @@ -17,7 +17,7 @@ properties: no_of_packets: type: number multipleOf: 1.0 - description: Seed for the random number generator + description: The number of packets used in each iteration. iterations: type: number multipleOf: 1.0