-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Expected Behavior
- No exception is thrown
Actual Behavior
- Python algorithms that do not override
OnMarginCall
are throwing exceptions after PythonNet fix PyList to C# List round trip conversion pythonnet#37
Potential Solution
- Check if the method is defined in python
Reproducing the Problem
- Run
MarginCallEventsAlgorithm
removing customOnMarginCall
implementation
System Information
N/A
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists o
5EA6
n the current
master
branch - I have confirmed that this is not a duplicate issue by searching issues
- I have provided detailed steps to reproduce the issue