Fix race condition in OptionModelsConsistency algorithms regarding log handler (#7482)
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
This commit is contained in:
@@ -16,7 +16,7 @@ from AlgorithmImports import *
|
||||
from OptionModelsConsistencyRegressionAlgorithm import OptionModelsConsistencyRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm asserting that when setting custom models for canonical index options, a one-time warning is sent
|
||||
### Algorithm asserting that when setting custom models for canonical index options, a one-time warning is sent
|
||||
### informing the user that the contracts models are different (not the custom ones).
|
||||
### </summary>
|
||||
class IndexOptionModelsConsistencyRegressionAlgorithm(OptionModelsConsistencyRegressionAlgorithm):
|
||||
|
||||
Reference in New Issue
Block a user