Skip to content
Snippets Groups Projects
Commit b267c95b authored by Carel van Niekerk's avatar Carel van Niekerk :computer:
Browse files

bug fix

parent f88cdbf8
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,8 @@ class JointGoalAccuracy: ...@@ -110,6 +110,8 @@ class JointGoalAccuracy:
'state': state}] 'state': state}]
turns = clean_states(turns) turns = clean_states(turns)
clean_state = turns[0]['state'] clean_state = turns[0]['state']
clean_state = {domain: {slot: value if value != 'none' else '' for slot, value in domain_state.items()}
for domain, domain_state in clean_state.items()}
return clean_state return clean_state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment