Closed njshanahan closed 3 years ago
Ahhh It's because you're using GFE. We use GFE
for testing, so we know the test scores beforehand, and when the score is different than expected, an error is issued. So there is a call to checkValidScores()
prior to the call to computeBesspinScale()
. So the scale part is never reached. An easy workaround for you -till we finish #1089- it to hack ./utils/vulClassScore.py
and comment out the call to checkValidScores()
in this line, then use the utility to calculate the scores for an existing configuration and its associated logs: ./utils/vulClassScore.py -c <yourConfig>
.
An alternative is to hack the tool itself and comment out this line while you're using binarySource=GFE
.
Since this behavior is intentional, and this situation is just a consequence to you working around #1089, I will close this ticket.
Following up after a conversation with @rtadros125. The
computeBesspinScale
parameter is enabled in my configuration file, but the scale table does not appear to have been printed or captured inscoreReport.log
.I also noticed the error messages below. Is this an issue? The scores seem valid. I've attached both the configuration and
scoreReport.log
files below. We're using thedevelop
branch.lm-config-combination.txt scoreReport.log
Tagging @austinhroach for awareness. Thanks!