Skip to content

Commit 20085d0

Browse files
committed
address lint comments
Signed-off-by: Jason <[email protected]>
1 parent 376d10a commit 20085d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo/collections/tts/models/magpietts_preference_optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def test_step(self, batch, batch_idx):
159159
).any(), f"Expected short audio file to be the only cause of ASR errors, but got error with lengths {predicted_audio_lens}"
160160
logging.warning(f"Exception during ASR transcription: {e}")
161161
logging.warning(
162-
f"Skipping processing of the batch; generating metrics indicating a WER of 100% and Speaker Similarity of 0.0"
162+
"Skipping processing of the batch; generating metrics indicating a WER of 100% and Speaker Similarity of 0.0"
163163
)
164164
batch_invalid = True
165165
continue # don't break since we want to continue building audio durations list

0 commit comments

Comments
 (0)