Skip to content

Commit

Permalink
chore: modify cameras df to the filtered one
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Nov 15, 2023
1 parent cd5fb63 commit e40a738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/rj_escritorio/flooding_detection/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
constants.RJ_ESCRITORIO_AGENT_LABEL.value,
],
parameter_defaults={
"cameras_geodf_url": "https://prefeitura-rio.github.io/storage/cameras_geo_min.csv",
"cameras_geodf_url": "https://prefeitura-rio.github.io/storage/cameras_geo_min_bolsao.csv", # noqa
"mocked_cameras_number": 0,
"openai_api_key_secret_path": "openai-api-key-flooding-detection",
"openai_api_max_tokens": 300,
Expand Down

0 comments on commit e40a738

Please sign in to comment.