Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyMarsh committed Jul 2, 2024
1 parent 5589901 commit 83e379e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HealthGPS/analysis_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ void AnalysisModule::initialise_vector(RuntimeContext &context) {
// `factors` vector.
size_t num_stats_to_calc = context.mapping().entries().size() - factors_to_calculate_.size();

// And for each factor, we calculate the stats described in `stats_to_calculate_`, so we
// multiply the number of stats to calculate by the number of factors to calculate stats for.
// And for each factor, we calculate the stats described in `channels_`, so we
// multiply the size of `channels_` by the number of factors to calculate stats for.
num_stats_to_calc *= channels_.size();

// The product of the number of bins for each factor can be used to calculate the size of the
Expand Down

0 comments on commit 83e379e

Please sign in to comment.