-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Fix property setter override by default setter #14259
Fix property setter override by default setter #14259
Conversation
@pranjaldatta Awesome. Thank you for the PR. I just found that we have an issue (#13927) with running cloud test on PRs from forked repo. We'd need to wait for that to be fixed unfortunately :( |
Understood! No worries! |
Hi @hhsecond, I see that #13927 was just closed but during the cloud E2E tests, I see this error https://dev.azure.com/Lightning-AI/lightning/_build/results?buildId=92543&view=logs&j=4f63abee-993d-5237-1fd4-9fc286c82252&t=d8e19db7-f33f-5cff-ead3-b7436d0cd5e5&l=618. It seems like there is some issue with this particular test file. |
The tagged issue was fixed 2 days ago but I see some of the tests are failing in the e2e pipeline. Probably flaky tests but lemme take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great ! Great contribution !
(cherry picked from commit 8f14184)
(cherry picked from commit 8f14184)
What does this PR do?
Fixes a bug within
LightningWork
class wherein properties with custom__setter__
defined get overridden by the default__setter__
, which would lead to JSON Serialization errors.Fixes #13934
Does your PR introduce any breaking changes? If yes, please list them.
None
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Did you have fun?
Yes