Commit 8745886b authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

deal with 0 divide in skill scores to return -INF

in particular, BSS was returning 0 when BS reference was null, but 0 is
a meaningful value for such score, so it is preferable to return -INF
to indicate that the denominator was null and hence the division
undefined

the same philosophy is also used where relevant (i.e. in AWN, AWI, WSS)
1 merge request!3release v0.1.0
Pipeline #44109 failed with stage
in 3 minutes and 25 seconds
Showing with 14 additions and 4 deletions
+14 -4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment