Skip to content

Commit

Permalink
Revert testing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-mills committed Jan 29, 2024
1 parent 1f0c8a3 commit 2c8f9b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main(save: bool = False, use_saved: bool = False) -> None:
peacesecurity = PeaceSecurity(configuration, retriever, folder, errors)
dataset_names = peacesecurity.get_data(
state_dict,
# datasets=["DPO-UCLATEST", "DPO-UCHISTORICAL", "DPPADPOSS-FATALITIES", "DPPADPOSS-PKO"],
datasets=["DPO-UCLATEST", "DPO-UCHISTORICAL", "DPPADPOSS-FATALITIES", "DPPADPOSS-PKO"],
)
logger.info(f"Number of datasets to upload: {len(dataset_names)}")

Expand Down Expand Up @@ -75,7 +75,6 @@ def main(save: bool = False, use_saved: bool = False) -> None:
if __name__ == "__main__":
facade(
main,
hdx_site="stage",
user_agent_config_yaml=join(expanduser("~"), ".useragents.yaml"),
user_agent_lookup=lookup,
project_config_yaml=join("config", "project_configuration.yml")
Expand Down

0 comments on commit 2c8f9b9

Please sign in to comment.