-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
Expected Behavior
- Python model wrapper is only used when required
Actual Behavior
- if the user provides a pure C# instance we don't need a wrapper and it is being used, see SetFeeModel
Potential Solution
- Review existing handling in QCAlgorithm, we already check in different location whether an instance is pure C# or not and handle it correctly
- ideally we should centralize this logic in a helper method
Reproducing the Problem
security.set_fee_model(ConstantFeeModel(0))
See related #7925
System Information
N/A
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have confirmed that this is not a duplicate issue by searching issues
- I have provided detailed steps to reproduce the issue
AlexCatarino
Metadata
Metadata
Assignees
Labels
No labels