Skip to content

Commit

Permalink
Merge pull request #104 from snuhcs-course/hotfix/weighttable-weight
Browse files Browse the repository at this point in the history
♻️ weighttable weight increase val changed
  • Loading branch information
yjeong-k authored Dec 6, 2023
2 parents 8c59c1c + 981e3e6 commit 5cb070b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class WeightTableRepository @Inject constructor(
val weights = targetRow.weights
val preSymbolWeights = weights.toIntArray() // 앞 symbol의 weights

preSymbolWeights[dbIndex2] += 1
preSymbolWeights[dbIndex2] += 10

val aftSymbolWeights = preSymbolWeights

Expand Down

0 comments on commit 5cb070b

Please sign in to comment.