From b6f7dc543ad15e9f876fb2d55cd6c2dda1da94cc Mon Sep 17 00:00:00 2001 From: scottsanderson Date: Thu, 2 Aug 2012 18:16:04 -0400 Subject: [PATCH] trivial for fawce --- zipline/gens/composites.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zipline/gens/composites.py b/zipline/gens/composites.py index 88976bb0..4d448641 100644 --- a/zipline/gens/composites.py +++ b/zipline/gens/composites.py @@ -31,6 +31,7 @@ def date_sorted_sources(*sources): # Guarantee the flat stream will be sorted by date, using source_id as # tie-breaker, which is fully deterministic (given deterministic string # representation for all args/kwargs) + return date_sort(stream_in, names)