Fixes OnWarmupFinished not firing in python algorithms

This commit is contained in:
AlexCatarino
2018-01-15 18:43:38 +00:00
parent 8da4d8abb8
commit 2cfe77d10e
@@ -1015,6 +1015,9 @@ namespace QuantConnect.AlgorithmFactory.Python.Wrappers
public void SetFinishedWarmingUp()
{
_baseAlgorithm.SetFinishedWarmingUp();
// notify the algorithm
OnWarmupFinished();
}
/// <summary>