You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had to debug to find the problem in the file that caused this issue (not sure why the field was empty). I would be nice if the error messages says on which line the error occurred.
Also suggest to add this in ReadCodeMappingsFrom File here
Had to debug to find the problem in the file that caused this issue (not sure why the field was empty). I would be nice if the error messages says on which line the error occurred.
Also suggest to add this in ReadCodeMappingsFrom File here
try {
buffer.matchScore = row.getDouble("matchScore");
} catch (Exception e) {
buffer.matchScore = 0;
}
The text was updated successfully, but these errors were encountered: