Skip to content

Commit

Permalink
fix: starting score of 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Feb 1, 2023
1 parent b73e283 commit 62b4ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/score.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function getScores (recordsByQEdgeID) {

//addition of scores
function calculateScore(comboInfo, scoreCombos) {
let score = 0;
let score = 0.1;

Object.keys(comboInfo).forEach((edgeKey) => {
for (const combo of scoreCombos) {
Expand Down

0 comments on commit 62b4ea1

Please sign in to comment.