goodbye old components.

This commit is contained in:
fawce
2012-08-08 22:51:37 -04:00
parent 7e86652a75
commit 853c2ea61e
11 changed files with 5 additions and 688 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import pytz
from pprint import pformat as pf
from datetime import datetime, timedelta
from unittest2 import TestCase
from unittest2 import TestCase, skip
from collections import defaultdict
from zipline.gens.composites import date_sorted_sources, merged_transforms
@@ -218,7 +218,7 @@ class ComponentTestCase(TestCase):
comp_c.proc.join()
mon_proc.join()
@skip
def test_full(self):
monitor = create_monitor(allocator)