Skip to content

Commit

Permalink
Resolved: Key error at intrasentence
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravarthik27 committed Oct 19, 2023
1 parent 48e3b42 commit b881d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stereoset.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUp(self) -> None:
data={"data_source": "StereoSet"},
)

self.harness.data = self.harness.data[::500]
self.harness.data = self.harness.data[:50]

def test_stereoset_workflow(self):
"""
Expand Down

0 comments on commit b881d0b

Please sign in to comment.