mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Merge pull request #1159 from ArnoldM904/patch-2
Changed final_score to match coding style.
This commit is contained in:
commit
4f1857694b
1 changed files with 1 additions and 1 deletions
2
vendor/scripts/string_score.js
vendored
2
vendor/scripts/string_score.js
vendored
|
@ -124,7 +124,7 @@
|
|||
//final_score = (word_score + abbreviation_score) / 2;
|
||||
final_score = ((abbreviation_score * (abbreviation_length / string_length)) + abbreviation_score) / 2;
|
||||
|
||||
final_score = final_score / fuzzies;
|
||||
final_score /= fuzzies;
|
||||
|
||||
if (start_of_string_bonus && (final_score + 0.15 < 1)) {
|
||||
final_score += 0.15;
|
||||
|
|
Loading…
Add table
Reference in a new issue