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

fix accessing null object #5804

Merged
merged 1 commit into from
Jun 8, 2021
Merged

fix accessing null object #5804

merged 1 commit into from
Jun 8, 2021

Conversation

feiyun0112
Copy link
Contributor

it will cause NullReferenceException

@codecov
Copy link

codecov bot commented May 25, 2021

Codecov Report

Merging #5804 (45f0520) into main (7fafbf3) will increase coverage by 0.06%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #5804      +/-   ##
==========================================
+ Coverage   68.32%   68.38%   +0.06%     
==========================================
  Files        1131     1131              
  Lines      241291   241291              
  Branches    25053    25053              
==========================================
+ Hits       164863   165015     +152     
+ Misses      69923    69788     -135     
+ Partials     6505     6488      -17     
Flag Coverage Δ
Debug 68.38% <0.00%> (+0.06%) ⬆️
production 63.01% <0.00%> (+0.07%) ⬆️
test 89.26% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Microsoft.Data.Analysis/DataFrame.cs 86.40% <0.00%> (ø)
....Data/Evaluators/MultiOutputRegressionEvaluator.cs 0.37% <0.00%> (ø)
...ta/Evaluators/MulticlassClassificationEvaluator.cs 72.45% <0.00%> (ø)
....ML.Data/Evaluators/QuantileRegressionEvaluator.cs 67.84% <0.00%> (ø)
...forms/FeatureContributionCalculationTransformer.cs 78.04% <0.00%> (ø)
src/Microsoft.ML.Maml/MAML.cs 24.75% <0.00%> (-1.46%) ⬇️
...ML.Transforms/Text/StopWordsRemovingTransformer.cs 86.67% <0.00%> (+0.14%) ⬆️
...StandardTrainers/Standard/LinearModelParameters.cs 66.32% <0.00%> (+0.25%) ⬆️
src/Microsoft.ML.Data/Utils/LossFunctions.cs 67.35% <0.00%> (+0.51%) ⬆️
...oft.ML.StandardTrainers/Standard/SdcaMulticlass.cs 92.49% <0.00%> (+1.02%) ⬆️
... and 8 more

Copy link
Member

@michaelgsharp michaelgsharp left a comment

Choose a reason for hiding this comment

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

LGTM

@michaelgsharp michaelgsharp merged commit cf0502a into dotnet:main Jun 8, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Mar 17, 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