mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
bug fic
This commit is contained in:
parent
71d466e745
commit
4b16316d49
@ -136,7 +136,7 @@ class AverageShiftCalculator():
|
||||
logging.warning("Average shift of {} and {}: {}.".format(file1, file2, str(res)[:8]))
|
||||
logging.warning("Following timestamp pair differs most: {}, detail:{}".format(self.max_shift_uttid))
|
||||
|
||||
def _intersection(list1, list2):
|
||||
def _intersection(self, list1, list2):
|
||||
set1 = set(list1)
|
||||
set2 = set(list2)
|
||||
if set1 == set2:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user