Skip to content

Commit 6c4e6fc

Browse files
rogiervdRogier van Dalen
andauthored
Make Scores.__repr__ actually return something (#2897)
Co-authored-by: Rogier van Dalen <r.vandalen@samsung.com>
1 parent 3f2a3db commit 6c4e6fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

speechbrain/processing/PLDA_LDA.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ def __repr__(self):
602602
ch += self.scoremask.__repr__() + "\n"
603603
ch += "scoremat:\n"
604604
ch += self.scoremat.__repr__() + "\n"
605+
return ch
605606

606607

607608
## PLDA and LDA functionalities starts here

0 commit comments

Comments
 (0)