We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf4c08 commit f7783c5Copy full SHA for f7783c5
1 file changed
src/tallies/trigger.cpp
@@ -72,7 +72,7 @@ void check_tally_triggers(double& ratio, int& tally_id, int& score)
72
73
const auto& results = t.results_;
74
for (auto filter_index = 0; filter_index < results.shape(0);
75
- ++filter_index) {
+ ++filter_index) {
76
// Compute the tally uncertainty metrics.
77
auto uncert_pair =
78
get_tally_uncertainty(i_tally, trigger.score_index, filter_index);
0 commit comments