Skip to content
Snippets Groups Projects
Commit 73330a89 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

fixed mistake in testing project

parent 762b6a8a
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
function = "get_annual_jobs"
arguments = "us_qcew"
parameters_dict = { year = 2018, agg_level = 2, geo_id = "__REF__geographies[!, :geo_id]" }
dependencies = ["geographies","elevation"]
dependencies = ["geographies"]
# Please note the argument is for US only
[tasks.jobs_19]
......@@ -69,7 +69,7 @@
function = "get_travel_data_na"
arguments = "travel_time_in_minutes"
parameters_dict = { geo_id = "__REF__geographies[!, :geo_id]", shape_obj = "__REF__geographies[!, :shape_obj]"}
dependencies = ["geographies", "elevation"]
dependencies = ["geographies"]
[output]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment