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

Disable CS0649 in OnnxConversionTest #4531

Merged
merged 1 commit into from
Dec 8, 2019

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Dec 6, 2019

Fixes an IDE0051 warning (Private member is unused).

@sharwell sharwell requested a review from a team as a code owner December 6, 2019 22:39
Copy link
Member

@codemzs codemzs left a comment

Choose a reason for hiding this comment

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

:shipit:

@codecov
Copy link

codecov bot commented Dec 6, 2019

Codecov Report

Merging #4531 into master will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4531      +/-   ##
==========================================
+ Coverage    75.1%   75.11%   +<.01%     
==========================================
  Files         908      908              
  Lines      160260   160253       -7     
  Branches    17259    17259              
==========================================
+ Hits       120369   120376       +7     
+ Misses      35070    35061       -9     
+ Partials     4821     4816       -5
Flag Coverage Δ
#Debug 75.11% <ø> (ø) ⬆️
#production 70.51% <ø> (ø) ⬆️
#test 90.28% <ø> (+0.01%) ⬆️
Impacted Files Coverage Δ
test/Microsoft.ML.Tests/OnnxConversionTest.cs 95.85% <ø> (+0.62%) ⬆️
...L.AutoML/TrainerExtensions/TrainerExtensionUtil.cs 85.15% <0%> (-1.75%) ⬇️
...soft.ML.Transforms/Text/WordEmbeddingsExtractor.cs 86.39% <0%> (-1.14%) ⬇️
...ML.Transforms/Text/StopWordsRemovingTransformer.cs 86.1% <0%> (-0.16%) ⬇️
src/Microsoft.ML.Transforms/Text/LdaTransform.cs 84.44% <0%> (-0.16%) ⬇️
...soft.ML.Data/DataLoadSave/Text/TextLoaderCursor.cs 85.31% <0%> (+0.2%) ⬆️
src/Microsoft.ML.AutoML/Sweepers/Parameters.cs 83.89% <0%> (+0.84%) ⬆️
src/Microsoft.ML.Maml/MAML.cs 26.21% <0%> (+1.45%) ⬆️
...rosoft.ML.AutoML/ColumnInference/TextFileSample.cs 62.25% <0%> (+2.64%) ⬆️
....ML.AutoML/PipelineSuggesters/PipelineSuggester.cs 86.55% <0%> (+6.72%) ⬆️

@sharwell sharwell merged commit ed3871b into dotnet:master Dec 8, 2019
@sharwell sharwell deleted the warning-cleanup branch December 8, 2019 04:07
@ghost ghost locked as resolved and limited conversation to collaborators Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants