NISHIO Hirokazu[Translate]
✅質問候補のデバッグ表示を見やすくする
✅引用表示で複数行に分かれてるものを質問文だけにする
✅スコアが0で候補に入らないものを無視
py
def debug_score_for_single_arg_question(env, qid, k, score): if score == 0: return res = questions[qid](env, (k,)) if res[0] == "\n": # omit quote res = res.splitlines()[-1] logger.debug((res, k, score))
"Engineer's way of creating knowledge" the English version of my book is now available on [Engineer's way of creating knowledge]

(C)NISHIO Hirokazu / Converted from [Scrapbox] at [Edit]