Skip to content

Commit

Permalink
no more regional migration
Browse files Browse the repository at this point in the history
  • Loading branch information
stitova-idm committed Oct 30, 2024
1 parent bf01fc1 commit 6b9bf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emodpy_malaria/vector_migration/vector_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def from_demog_and_param_gravity_webservice(demographics_file_path: str, params:
# TODO: just use task to reload the demographics files into an object to use for this

def from_demographics_and_gravity_params(task, demographics_object, gravity_params: list,
migration_type=VectorMigration.REGIONAL_MIGRATION,
migration_type=VectorMigration.LOCAL_MIGRATION,
filename: str = None):
"""
This function takes a demographics object, creates a vector migration file based on the populations and
Expand Down

0 comments on commit 6b9bf59

Please sign in to comment.