From 6b1f0caafc71a0fe57692fb93464faa21ffdb4aa Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Mon, 2 May 2016 15:38:56 -0400 Subject: [PATCH] DOC: Clean up comment on ``postprocess``. --- zipline/pipeline/engine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zipline/pipeline/engine.py b/zipline/pipeline/engine.py index 79be34a6..cecb9caf 100644 --- a/zipline/pipeline/engine.py +++ b/zipline/pipeline/engine.py @@ -423,8 +423,8 @@ class SimplePipelineEngine(object): # Each term that computed an output has its postprocess method # called on the filtered result. # - # We use this convert LabelArrays into categoricals, among other - # things. + # As of Mon May 2 15:38:47 2016, we only use this to convert + # LabelArrays into categoricals. final_columns[name] = terms[name].postprocess(data[name][mask]) return DataFrame(