From a52dc6ab23e00e057f4a3145946f37ab56f2bdd5 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff <35577657+nikhilwoodruff@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:28:33 +0000 Subject: [PATCH] Fix bug --- policyengine_api/endpoints/household.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policyengine_api/endpoints/household.py b/policyengine_api/endpoints/household.py index c7aa441c..744ffbd0 100644 --- a/policyengine_api/endpoints/household.py +++ b/policyengine_api/endpoints/household.py @@ -363,7 +363,7 @@ def get_household_under_policy( ) -def get_calculate(country_id: str, add_missing: bool = True) -> dict: +def get_calculate(country_id: str, add_missing: bool = False) -> dict: """Lightweight endpoint for passing in household and policy JSON objects and calculating without storing data. Args: