Skip to content

Commit

Permalink
QC Plugin: Remove tests for handling of triple quoted transcripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudra Raina authored and Rudra Raina committed Jul 2, 2024
1 parent 016e5e3 commit 730bd4c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/plugin/text/test_qc_plugin/test_qc_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@
True,
2,
),
(
[
'[[{"transcript": "hello"}]]',
'[[{"transcript": "hello"}]]',
"""[[{\""confidence\"": 0.801317, \""transcript"" :\""hello\""}]]""",
],
["x1", "x2", "x3"],
True,
3,
),
],
)
async def test_drop_conflicting_labels(alternatives, tags, drop, discard_size, tmp_path) -> None:
Expand Down

0 comments on commit 730bd4c

Please sign in to comment.