We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2453d1c commit f0df15bCopy full SHA for f0df15b
src/estimate.cpp
@@ -126,8 +126,9 @@ void check_ibf(estimate_ibf_arguments const & args,
126
}
127
128
// Apply normalization if requested
129
+ // TODO: Is this meant to be expressions[0]?
130
if constexpr (normalization && multiple_expressions)
- estimations[experiment] /= expressions[0][experiment]; // Normalize by first level
131
+ estimations[experiment] /= expressions[1][experiment]; // Normalize by first level
132
133
break; // Found the estimate for this experiment
134
0 commit comments