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

This commit is contained in:
Jhonathan Abreu
2023-09-22 12:01:33 -04:00
committed by GitHub
parent 3db538d690
commit d12772d8eb
7 changed files with 72 additions and 74 deletions
@@ -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):