Skip to content

Commit

Permalink
updated browser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKandimalla committed Feb 15, 2024
1 parent 36a8a9c commit b5a8f87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ module.exports = class CalculatorHelpers {
}
if (populationResults.DENEX != null && !this.isValueZero('DENEX', populationResults) && populationResults.DENEX >= populationResults.DENOM) {
if ('observation_values' in populationResults) {
// DENOM observation will be the first of 2 observations
populationResultsHandled.observation_values[1] = populationResultsHandled.observation_values[0];
populationResultsHandled.observation_values[0] = 0;
}
}
Expand Down

0 comments on commit b5a8f87

Please sign in to comment.