pep8 conversion of python algos #1-25 (#7926)
* pep8 conversion of python algos * address peer-review * PEP8 updates/fixes * More fixes --------- Co-authored-by: Jhonathan Abreu <jdabreu25@gmail.com>
This commit is contained in:
@@ -19,6 +19,6 @@ from FundamentalRegressionAlgorithm import FundamentalRegressionAlgorithm
|
||||
### </summary>
|
||||
class AsynchronousUniverseRegressionAlgorithm(FundamentalRegressionAlgorithm):
|
||||
|
||||
def Initialize(self):
|
||||
super().Initialize()
|
||||
self.UniverseSettings.Asynchronous = True
|
||||
def initialize(self):
|
||||
super().initialize()
|
||||
self.universe_settings.asynchronous = True
|
||||
|
||||
Reference in New Issue
Block a user