Fix the dirty log level flag.
This commit is contained in:
parent
c1055bd703
commit
0e41a98857
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ def integrate_language(knowledge_base, example):
|
|||
break
|
||||
|
||||
for position, atom in lower_levels:
|
||||
with session().log(atom):
|
||||
with session().log("Atom {}".format(atom)):
|
||||
similar = get_similar_tree(knowledge_base, atom, tokens)
|
||||
remix, (start_bounds, end_bounds) = build_remix_matrix(knowledge_base, tokens, atom, similar)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue