File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
examples/example_mtc/configs Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ SPECIFICATION: summarize.csv
22OUTPUT : summarize
33
44# Set to True to export pipeline tables for expression development
5- # Not currently implemented. See note in summarize.py
65EXPORT_PIPELINE_TABLES : False
76
87preprocessor :
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ SPECIFICATION: summarize.csv
22OUTPUT : summarize
33
44# Set to True to export pipeline tables for expression development
5- # Not currently implemented. See note in summarize.py
65EXPORT_PIPELINE_TABLES : True
76
87preprocessor :
You can’t perform that action at this time.
0 commit comments