Skip to content

Commit

Permalink
#1375 Read function
Browse files Browse the repository at this point in the history
  • Loading branch information
jkumwenda committed Jun 27, 2024
1 parent 271a755 commit 2572d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_enhanced_lifestyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 """
Expand Down

0 comments on commit 2572d91

Please sign in to comment.