Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Refactoring of ImageProcessorFast #35069
Refactoring of ImageProcessorFast #35069
Changes from 2 commits
2f00f0c
cfadb72
2cd73cb
932bd68
23d79ce
3f2d8a6
6a9d332
a1e2663
fa74e7e
9dbd765
d39ff52
f609730
8f7774d
809e1f0
f6e6cc2
e1ce148
a24d89c
522e200
deefc5a
6a2478e
7d76305
142ed25
75bf56f
de1fa18
2ffc41d
b524406
9c2e2a4
8c773e0
90fceba
e878bdd
57acb7e
2a25104
4784fc8
3ccd291
053cdcb
1b45e6e
9246945
6ccd230
c4b8389
e5c1e01
aef2fb4
7078a14
aa94873
13a125b
8adb893
67d65f2
d225448
80c6824
b96adfa
dbaacd1
b660e9d
b43ede1
3b05cbd
95db4a9
d9e1fcd
6bd7a1b
565e482
f85c06f
1a7b0c4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
here you will have a n issue: you are poping way too many time from the kwargs, so you pop then you use self, values will be different.
This should be simplified. Just update self with kwargs, then do the rest with always self. something like that
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.
this is better and explicit
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.
same comment let's be explicit if possible