Skip to content

Commit

Permalink
Fix for squad name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Dinan authored Jul 27, 2018
1 parent f3f0727 commit 1186190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/tasks/squad/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def get(self, episode_idx, entry_idx=None):
return action


class SentenceeditTeacher(SentenceIndexTeacher):
class SentenceeditTeacher(SentenceTeacher):
"""Index teacher where the labels are the sentences the contain the true
answer.
Expand Down

0 comments on commit 1186190

Please sign in to comment.