Skip to content

Follow up from Extract IDataView feedback #2296

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

Merged
merged 2 commits into from
Jan 30, 2019

Conversation

eerhardt
Copy link
Member

@stephentoub left some PR comments on #2220 after it was merged. Addressing those comments here.

@codecov
Copy link

codecov bot commented Jan 29, 2019

Codecov Report

Merging #2296 into master will increase coverage by 3.3%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #2296     +/-   ##
=========================================
+ Coverage   66.72%   70.02%   +3.3%     
=========================================
  Files         783      783             
  Lines      144003   144006      +3     
  Branches    16605    16605             
=========================================
+ Hits        96083   100846   +4763     
+ Misses      43446    38610   -4836     
- Partials     4474     4550     +76
Flag Coverage Δ
#Debug 70.02% <100%> (+3.3%) ⬆️
#production 66.32% <100%> (+2.5%) ⬆️
#test 85% <ø> (+6.54%) ⬆️

@@ -950,16 +949,18 @@ public static Double[] DiscountMap
{
get
{
if (_discountMap == null)
double[] result = _discountMap;
if (result == null)
{
var discountMap = new Double[100]; //Hard to believe anyone would set truncation Level higher than 100
Copy link
Contributor

Choose a reason for hiding this comment

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

Hard to believe anyone would set truncation Level higher than 100 [](start = 57, length = 65)

Comments like this raise my confidence in code a lot.

Copy link
Contributor

@TomFinley TomFinley left a comment

Choose a reason for hiding this comment

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

Thank you @eerhardt !

Copy link
Contributor

@Ivanidzo4ka Ivanidzo4ka left a comment

Choose a reason for hiding this comment

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

:shipit:

@shauheen shauheen added this to the 0119 milestone Jan 29, 2019
@shauheen shauheen merged commit e976694 into dotnet:master Jan 30, 2019
@eerhardt eerhardt deleted the CleanUpIDataView branch January 30, 2019 00:04
@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 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.

4 participants