-
Notifications
You must be signed in to change notification settings - Fork 145
Pu/configwarnings #830
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
Pu/configwarnings #830
Conversation
|
Should fix #828 |
Codecov Report
@@ Coverage Diff @@
## develop #830 +/- ##
===========================================
- Coverage 92.43% 92.42% -0.01%
===========================================
Files 167 167
Lines 40301 40362 +61
Branches 5578 5594 +16
===========================================
+ Hits 37252 37305 +53
- Misses 3043 3051 +8
Partials 6 6
|
wojciechczerniak
left a comment
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.
ConfigParamsNoDeprecated does not include gpu.
But I think we need different solution than introducing another type
|
No, but it's deprecates just like Lines 692 to 696 in 0e321bf
|
But those options are still actually used, they have effect, so when asking for |
Sure. But if it's set anyway it should be there. We just need the defaultConfig to omit it when used internally. |
|
ok, let's try something simpler |
wojciechczerniak
left a comment
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.
Simple and elegant solution 👍
Context
Removes unnecessary warnings.
How has this been tested?
Types of changes
Related issue(s):
Checklist: