Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constructors with arguments snake-cased version #93

Conversation

jhonabreul
Copy link
Collaborator

@jhonabreul jhonabreul commented May 23, 2024

Fixes:

  • Calling constructors with snake-cased named arguments.
  • PyObject arrays precedence over base class array arguments:
    • If the array item type of a different method overload argument is a base class of the PyObject instances class, that method could be matched over the one getting the PyObject array because both arguments had the same calculated precedence.

Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 👍

@jhonabreul jhonabreul merged commit a685c20 into QuantConnect:master May 24, 2024
0 of 21 checks passed
@jhonabreul jhonabreul deleted the bug-snake-cased-arguments-constructors branch May 24, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants