Skip to content

Commit

Permalink
update the variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
hkwon committed Aug 14, 2024
1 parent a1c112f commit e5a2a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ def test_transformers_wav2vec2(
speech_array = np.load(
os.path.join(test_utils.get_data_dir(), "audio", "mr_quilter.npy")
)
input_values = w2v2_processor(
input_values = processor(
speech_array,
padding=True,
return_tensors="pt",
Expand Down

0 comments on commit e5a2a46

Please sign in to comment.