Removes unused test transform.

This commit is contained in:
Eddie Hebert
2013-02-01 21:05:49 -05:00
parent be6572f1aa
commit 1bc19c052b
-6
View File
@@ -304,12 +304,6 @@ class BatchTransformAlgorithm(TradingAlgorithm):
clean_nans=False
)
self.return_price_market_aware = ReturnPriceBatchTransform(
refresh_period=self.refresh_period,
window_length=self.window_length,
clean_nans=False
)
self.return_arbitrary_fields = return_data(
refresh_period=self.refresh_period,
window_length=self.window_length,