mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
removed useless comments
This commit is contained in:
@ -21,9 +21,7 @@ export const evaluate_comments = (answers, percent_cb) => {
|
|||||||
const results = {};
|
const results = {};
|
||||||
for (const [id, generated_comment] of Object.entries(answers)) {
|
for (const [id, generated_comment] of Object.entries(answers)) {
|
||||||
const n_tokens_generated = generated_comment.trim().split(/\s+/).length;
|
const n_tokens_generated = generated_comment.trim().split(/\s+/).length;
|
||||||
// console.log(`Processing ${i} ${id}...`);
|
|
||||||
if (!(id in REFERENCE_MAP)) {
|
if (!(id in REFERENCE_MAP)) {
|
||||||
// throw new Error(`id: "${id}" is not present in the dataset`);
|
|
||||||
console.error(`id: "${id}" is not present in the dataset`);
|
console.error(`id: "${id}" is not present in the dataset`);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user