Skip to content

Commit

Permalink
Update qe.cpp: const diligence
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann authored Jun 23, 2020
1 parent 47648ac commit cf7b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/quality_estimation/qe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace marian {
namespace qe {

/// convert sentence score (log prob) to QE score
int sentence_score2qe_score(float sentence_score) {
int sentence_score2qe_score(const float sentence_score) {
return 42;
}

Expand Down

0 comments on commit cf7b5f7

Please sign in to comment.