MAINT: Removes references to trading.environment

This commit is contained in:
jfkirk
2015-09-10 11:53:29 -04:00
parent fd907dbabc
commit 3c1eea4ca1
3 changed files with 0 additions and 13 deletions
-5
View File
@@ -203,11 +203,6 @@ class FFCAlgorithmTestCase(TestCase):
# Do the same checks in before_trading_start
before_trading_start = handle_data
# Create fresh trading environment as the algo.run()
# method will attempt to write data to disk, and could
# violate SQL constraints.
trading.environment = trading.TradingEnvironment()
algo = TradingAlgorithm(
initialize=initialize,
handle_data=handle_data,