mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 11:41:58 +08:00
MAINT: Removes references to trading.environment
This commit is contained in:
@@ -208,9 +208,6 @@ class AlgorithmGeneratorTestCase(TestCase):
|
||||
Ensure the pipeline of generators are in sync, at least as far as
|
||||
their current dates.
|
||||
"""
|
||||
# Ensure we are pointing to the TradingEnvironment for this class
|
||||
trading.environment = AlgorithmGeneratorTestCase.env
|
||||
|
||||
sim_params = factory.create_simulation_parameters(
|
||||
start=datetime(2008, 1, 1, tzinfo=pytz.utc),
|
||||
end=datetime(2008, 1, 5, tzinfo=pytz.utc),
|
||||
|
||||
Reference in New Issue
Block a user