Skip to content

Tags: QuantConnect/Lean

Tags

17970

Toggle 17970's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exception interpreters for Python ModuleNotFoundError and multipl…

…e inheritance TypeError (#9643)

* Add interpreters for Python ModuleNotFoundError and multiple inheritance TypeError

* Recommend AlgorithmImports for missing C# namespaces, clr.AddReference only for local custom libraries

* Advise against importing .NET assemblies from Python algorithms, recommending equivalent Python packages

* Add the .NET assembly advice only when the missing module name is camel cased

17969

Toggle 17969's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exception interpreters for Python ModuleNotFoundError and multipl…

…e inheritance TypeError (#9643)

* Add interpreters for Python ModuleNotFoundError and multiple inheritance TypeError

* Recommend AlgorithmImports for missing C# namespaces, clr.AddReference only for local custom libraries

* Advise against importing .NET assemblies from Python algorithms, recommending equivalent Python packages

* Add the .NET assembly advice only when the missing module name is camel cased

17968

Toggle 17968's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exception interpreters for Python ModuleNotFoundError and multipl…

…e inheritance TypeError (#9643)

* Add interpreters for Python ModuleNotFoundError and multiple inheritance TypeError

* Recommend AlgorithmImports for missing C# namespaces, clr.AddReference only for local custom libraries

* Advise against importing .NET assemblies from Python algorithms, recommending equivalent Python packages

* Add the .NET assembly advice only when the missing module name is camel cased

17967

Toggle 17967's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exception interpreters for Python ModuleNotFoundError and multipl…

…e inheritance TypeError (#9643)

* Add interpreters for Python ModuleNotFoundError and multiple inheritance TypeError

* Recommend AlgorithmImports for missing C# namespaces, clr.AddReference only for local custom libraries

* Advise against importing .NET assemblies from Python algorithms, recommending equivalent Python packages

* Add the .NET assembly advice only when the missing module name is camel cased

17966

Toggle 17966's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exception interpreters for Python ModuleNotFoundError and multipl…

…e inheritance TypeError (#9643)

* Add interpreters for Python ModuleNotFoundError and multiple inheritance TypeError

* Recommend AlgorithmImports for missing C# namespaces, clr.AddReference only for local custom libraries

* Advise against importing .NET assemblies from Python algorithms, recommending equivalent Python packages

* Add the .NET assembly advice only when the missing module name is camel cased

17965

Toggle 17965's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exception interpreters for Python ModuleNotFoundError and multipl…

…e inheritance TypeError (#9643)

* Add interpreters for Python ModuleNotFoundError and multiple inheritance TypeError

* Recommend AlgorithmImports for missing C# namespaces, clr.AddReference only for local custom libraries

* Advise against importing .NET assemblies from Python algorithms, recommending equivalent Python packages

* Add the .NET assembly advice only when the missing module name is camel cased

17963

Toggle 17963's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exception interpreters for Python ModuleNotFoundError and multipl…

…e inheritance TypeError (#9643)

* Add interpreters for Python ModuleNotFoundError and multiple inheritance TypeError

* Recommend AlgorithmImports for missing C# namespaces, clr.AddReference only for local custom libraries

* Advise against importing .NET assemblies from Python algorithms, recommending equivalent Python packages

* Add the .NET assembly advice only when the missing module name is camel cased

17961

Toggle 17961's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exception interpreters for Python ModuleNotFoundError and multipl…

…e inheritance TypeError (#9643)

* Add interpreters for Python ModuleNotFoundError and multiple inheritance TypeError

* Recommend AlgorithmImports for missing C# namespaces, clr.AddReference only for local custom libraries

* Advise against importing .NET assemblies from Python algorithms, recommending equivalent Python packages

* Add the .NET assembly advice only when the missing module name is camel cased

17960

Toggle 17960's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Append out of memory diagnostics to the algorithm runtime error messa…

…ge (#9642)

* Append out of memory diagnostics to the algorithm runtime error message

* Merge out of memory detection and diagnostics into a single method and shorten the message

* Only check the top level exception for out of memory diagnostics

17959

Toggle 17959's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: keep the log handler set by the brokerage test project (#9640)

- stop replacing it with NUnitLogHandler on every test
- brokerage test projects keep their file log for the whole run