mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-20 12:10:30 +08:00
MAINT: Don't store data portal everywhere
Removed lots of data portal references that participated in ref cycles and prevented deterministic cleanup of dbs.
This commit is contained in:
@@ -286,7 +286,7 @@ class FinanceTestCase(TestCase):
|
||||
else:
|
||||
alternator = 1
|
||||
|
||||
tracker = PerformanceTracker(sim_params, self.env, data_portal)
|
||||
tracker = PerformanceTracker(sim_params, self.env)
|
||||
|
||||
# replicate what tradesim does by going through every minute or day
|
||||
# of the simulation and processing open orders each time
|
||||
|
||||
Reference in New Issue
Block a user