From 73e8c6189381db52f847af3337ac9867c33543b0 Mon Sep 17 00:00:00 2001 From: Michael Reilly Date: Tue, 18 Sep 2018 14:46:49 -0700 Subject: [PATCH] drop renaming of zone id this crashes and can be commented out apparently.. --- baus/summaries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baus/summaries.py b/baus/summaries.py index d4dd2d49d..f16b10b2d 100644 --- a/baus/summaries.py +++ b/baus/summaries.py @@ -700,7 +700,7 @@ def travel_model_output(parcels, households, jobs, buildings, # jobs and the one called zone_id has null values while there others do not # going to change this while I think about this - turns out this has to do # with major caching issue which has been reported upstream - jobs_df["zone_id"] = jobs_df.zone_id_x + # jobs_df["zone_id"] = jobs_df.zone_id_x def getsectorcounts(sector): return jobs_df.query("empsix == '%s'" % sector).\