Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Jul 19, 2021
1 parent 0c87f04 commit bfe8ea6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/audio/speech_recognition/test_data_model_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def test_classification_csv(tmpdir):
data = SpeechRecognitionData.from_csv(
"file",
"text",
backbone=TEST_BACKBONE,
train_file=csv_path,
num_workers=0,
batch_size=2,
Expand All @@ -75,7 +74,6 @@ def test_classification_json(tmpdir):
data = SpeechRecognitionData.from_json(
"file",
"text",
backbone=TEST_BACKBONE,
train_file=json_path,
num_workers=0,
batch_size=2,
Expand Down

0 comments on commit bfe8ea6

Please sign in to comment.