Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasColthurst committed Jun 12, 2024
1 parent 21d8b36 commit 225bc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxx/emissions/sometimes.hh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Sometimes : public Emission<SampleType> {
// We approximate the maximum likelihood estimate by taking the mode of
// corrupted. The full solution would construct BaseEmissor and
// BetaBernoulli instances for each choice of clean and picking the
// clean with the lowest combined logp_score().
// clean with the highest combined logp_score().
std::unordered_map<SampleType, int> counts;
SampleType mode;
int max_count = 0;
Expand Down

0 comments on commit 225bc69

Please sign in to comment.