ynop / audiomate

Consider using in PYL-R1714
Performance
Major
1 occurrence in this check
Consider merging these comparisons with "in" to "basename not in ('invalidated', 'reported')"
 98            # We don't want to include the invalidated files
 99            # since there maybe corrupt files
100            # reported utterances are also causing issue, e.g. empty entries
101            if basename != 'invalidated' and basename != 'reported':102                subset_ids.append(basename)
103
104        return subset_ids