Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16052


Ignore:
Timestamp:
08/06/18 16:31:17 (6 years ago)
Author:
fholzing
Message:

#2904: Fixed wrong variable usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2904_CalculateImpacts/3.4/Implementation/Regression/RegressionSolutionVariableImpactsCalculator.cs

    r16051 r16052  
    263263            List<string> curReplacementValues = Enumerable.Repeat(repl, modifiableDataset.Rows).ToList();
    264264            //fholzing: this result could be used later on (theoretically), but is neglected for better readability/method consistency
    265             var newValue = CalculateQualityForReplacement(model, modifiableDataset, variableName, originalValues, rows, replacementValues, targetValues);
     265            var newValue = CalculateQualityForReplacement(model, modifiableDataset, variableName, originalValues, rows, curReplacementValues, targetValues);
    266266            var curQuality = newValue;
    267267
Note: See TracChangeset for help on using the changeset viewer.