From e2b9658e5079aab96d0cd83f891d57be2794c562 Mon Sep 17 00:00:00 2001 From: "Zirali, Praveen" <144810301+pzirali@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:00:14 -0400 Subject: [PATCH] Update prepare.py Updated scenario extra low cost for stage III and stage IV initial phase. --- crcsim/experiment/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crcsim/experiment/prepare.py b/crcsim/experiment/prepare.py index 753b2b1..24d6296 100644 --- a/crcsim/experiment/prepare.py +++ b/crcsim/experiment/prepare.py @@ -215,7 +215,7 @@ def create_scenarios() -> List: ) ) implementation_extra_low_cost.name = ( - f"{fqhc}_implementation_low_initial_treat_cost" + f"{fqhc}_implementation_extra_low_initial_treat_cost" ) scenarios.append(implementation_extra_low_cost)