diff --git a/src/scripts/enhanced_lifestyle_analyses/enhanced_lifestyle_analyses.py b/src/scripts/enhanced_lifestyle_analyses/enhanced_lifestyle_analyses.py index e85fa412ca..0e906feb93 100644 --- a/src/scripts/enhanced_lifestyle_analyses/enhanced_lifestyle_analyses.py +++ b/src/scripts/enhanced_lifestyle_analyses/enhanced_lifestyle_analyses.py @@ -507,7 +507,7 @@ def run(): # Basic arguments required for the simulation start_date = Date(2010, 1, 1) - end_date = Date(2050, 1, 1) + end_date = Date(2011, 1, 1) pop_size = 20000 # This creates the Simulation instance for this run. Because we"ve passed the `seed` and diff --git a/tests/test_enhanced_lifestyle.py b/tests/test_enhanced_lifestyle.py index 504fb8cf4e..edce1ee23c 100644 --- a/tests/test_enhanced_lifestyle.py +++ b/tests/test_enhanced_lifestyle.py @@ -64,7 +64,7 @@ def test_properties_and_dtypes(simulation): df = simulation.population.props orig = simulation.population.new_row assert (df.dtypes == orig.dtypes).all() - + print(f'Function Output {simulation.resource_file_path()}') def test_assign_rural_urban_by_district(simulation): """ test linear model integrity in assigning individual rural urban status based on their districts """