Skip to content

Commit

Permalink
add missing import in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ZDu-IDM committed Sep 21, 2023
1 parent 4ad73e9 commit a5d5bd7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 9 deletions.
3 changes: 2 additions & 1 deletion examples/ben/example/run_1960-2004/run_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def run_experiment(**kwargs):

# If you don't have Eradication, un-comment out the following to download Eradication
# import emod_malaria.bootstrap as dtk
#
# import pathlib
# import os
# dtk.setup(pathlib.Path(manifest.eradication_path).parent)
# os.chdir(os.path.dirname(__file__))
# print("...done.")
Expand Down
3 changes: 2 additions & 1 deletion examples/ben/example/run_2005-2022/run_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def run_experiment(**kwargs):

# If you don't have Eradication, un-comment out the following to download Eradication
# import emod_malaria.bootstrap as dtk
#
# import pathlib
# import os
# dtk.setup(pathlib.Path(manifest.eradication_path).parent)
# os.chdir(os.path.dirname(__file__))
# print("...done.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def run_experiment(**kwargs):

# If you don't have Eradication, un-comment out the following to download Eradication
# import emod_malaria.bootstrap as dtk
#
# import pathlib
# import os
# dtk.setup(pathlib.Path(manifest.eradication_path).parent)
# os.chdir(os.path.dirname(__file__))
# print("...done.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ def run_experiment(**kwargs):

# If you don't have Eradication, un-comment out the following to download Eradication
# import emod_malaria.bootstrap as dtk
#
# import pathlib
# import os
# dtk.setup(pathlib.Path(manifest.eradication_path).parent)
# os.chdir(os.path.dirname(__file__))
# print("...done.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def run_experiment(**kwargs):

# If you don't have Eradication, un-comment out the following to download Eradication
# import emod_malaria.bootstrap as dtk
#
# import pathlib
# import os
# dtk.setup(pathlib.Path(manifest.eradication_path).parent)
# os.chdir(os.path.dirname(__file__))
# print("...done.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ def run_calibration(directory: str = '.', **kwargs):

# If you don't have Eradication, un-comment out the following to download Eradication
# import emod_malaria.bootstrap as dtk
#
# import pathlib
# import os
# dtk.setup(pathlib.Path(manifest.eradication_path).parent)
# os.chdir(os.path.dirname(__file__))
# print("...done.")

run_calibration(directory=manifest.directory, show_warnings_once=True)
3 changes: 2 additions & 1 deletion examples/monique/run_future_scenarios/run_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def run_experiment(**kwargs):

# If you don't have Eradication, un-comment out the following to download Eradication
# import emod_malaria.bootstrap as dtk
#
# import pathlib
# import os
# dtk.setup(pathlib.Path(manifest.eradication_path).parent)
# os.chdir(os.path.dirname(__file__))
# print("...done.")
Expand Down
3 changes: 2 additions & 1 deletion examples/monique/run_to_present/run_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def run_experiment(**kwargs):

# If you don't have Eradication, un-comment out the following to download Eradication
# import emod_malaria.bootstrap as dtk
#
# import pathlib
# import os
# dtk.setup(pathlib.Path(manifest.eradication_path).parent)
# os.chdir(os.path.dirname(__file__))
# print("...done.")
Expand Down

0 comments on commit a5d5bd7

Please sign in to comment.