From e521c714227ab85bcb0eab3f234d786f1dcb6d1c Mon Sep 17 00:00:00 2001 From: Charlotte Avery Date: Thu, 24 Oct 2024 15:49:52 +0100 Subject: [PATCH] Update arg description --- simulation/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/__main__.py b/simulation/__main__.py index 9149368..1456503 100644 --- a/simulation/__main__.py +++ b/simulation/__main__.py @@ -150,7 +150,7 @@ def format_uuid(str): "--heat-pump-awareness-intervention-factor", type=float_between_0_and_1, default=0.1, - help="A value between 0 and 1 which determines how quickly heat pump awareness increases over time with the heat pump awareness intervention. A value of 0 indicates no increase in heat pump awareness.", + help="A value between 0 and 1 which determines how quickly heat pump awareness increases over time with the heat pump awareness intervention. A value of 0 is equivalent to not applying the heat pump awareness intervention.", ) def check_string_is_isoformat_datetime(string) -> str: