Skip to content

Commit 3974e39

Browse files
committed
Enabled pipeline table export for expression development
1 parent 1b1a4c6 commit 3974e39

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

activitysim/abm/models/summarize.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,6 @@ def summarize(
315315
df[slicer['column']], slicer['bins'], slicer['label_format']
316316
)
317317

318-
# TODO: The table output code below causes an error in the pipeline test (RuntimeError: Pipeline is already open!)
319-
# and fails TravisCI, even when even when EXPORT_PIPELINE_TABLES is set to FALSE. WHY??
320-
# Only short-term solution seems to be to comment it out.
321-
322318
# Output pipeline tables for expression development
323319
if model_settings['EXPORT_PIPELINE_TABLES'] is True:
324320
pipeline_table_dir = os.path.join(output_location, 'pipeline_tables')

activitysim/examples/example_mtc/configs/summarize.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ SPECIFICATION: summarize.csv
22
OUTPUT: summarize
33

44
# Set to True to export pipeline tables for expression development
5-
# Not currently implemented. See note in summarize.py
65
EXPORT_PIPELINE_TABLES: False
76

87
preprocessor:

test/summarize/configs/summarize.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ SPECIFICATION: summarize.csv
22
OUTPUT: summarize
33

44
# Set to True to export pipeline tables for expression development
5-
# Not currently implemented. See note in summarize.py
65
EXPORT_PIPELINE_TABLES: True
76

87
preprocessor:

0 commit comments

Comments
 (0)