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

Remove unnecessary finalizer #4621

Merged
merged 1 commit into from Jan 3, 2020
Merged

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Jan 3, 2020

LatentDirichletAllocationTransformer does not directly own any unmanaged resources, so it does not need a finalizer.

LatentDirichletAllocationTransformer does not directly own any unmanaged
resources, so it does not need a finalizer.
@codecov
Copy link

codecov bot commented Jan 3, 2020

Codecov Report

Merging #4621 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4621      +/-   ##
==========================================
- Coverage   75.66%   75.64%   -0.02%     
==========================================
  Files         938      938              
  Lines      168623   168615       -8     
  Branches    18206    18205       -1     
==========================================
- Hits       127582   127543      -39     
- Misses      36005    36039      +34     
+ Partials     5036     5033       -3
Flag Coverage Δ
#Debug 75.64% <ø> (-0.02%) ⬇️
#production 71.26% <ø> (-0.03%) ⬇️
#test 90.43% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/Microsoft.ML.Transforms/Text/LdaTransform.cs 83.62% <ø> (-0.83%) ⬇️
src/Microsoft.ML.Core/Data/ProgressReporter.cs 70.95% <0%> (-6.99%) ⬇️
....ML.AutoML/PipelineSuggesters/PipelineSuggester.cs 83.19% <0%> (-3.37%) ⬇️
src/Microsoft.ML.Transforms/Text/LdaSingleBox.cs 61.11% <0%> (-2.53%) ⬇️
src/Microsoft.ML.AutoML/Sweepers/Parameters.cs 84.32% <0%> (-0.85%) ⬇️
...soft.ML.Data/DataLoadSave/Text/TextLoaderCursor.cs 84.9% <0%> (-0.41%) ⬇️
...ML.Transforms/Text/StopWordsRemovingTransformer.cs 86.26% <0%> (+0.15%) ⬆️
...rosoft.ML.AutoML/ColumnInference/TextFileSample.cs 62.25% <0%> (+2.64%) ⬆️

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @sharwell.

Copy link
Contributor

@frank-dong-ms-zz frank-dong-ms-zz left a comment

Choose a reason for hiding this comment

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

:shipit:

@sharwell sharwell merged commit 7b157fe into dotnet:master Jan 3, 2020
@sharwell sharwell deleted the unnecessary-finalizer branch January 3, 2020 21:49
@dotnet dotnet 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.

None yet

3 participants