Skip to content

Commit

Permalink
returned the counter of deletions and insertions (#5189)
Browse files Browse the repository at this point in the history
Signed-off-by: George Zelenfroynd <[email protected]>

Signed-off-by: George Zelenfroynd <[email protected]>
  • Loading branch information
Jorjeous authored Oct 18, 2022
1 parent a40e9ff commit b2e6820
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/speech_data_explorer/data_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,12 +602,6 @@ def absolute_audio_filepath(audio_filepath, audio_base_path):
comparison_mode,
args.names_compared,
)
if 'D' in data[0]:
data[0].pop('D')
if 'I' in data[0]:
data[0].pop('I')
if 'D-I' in data[0]:
data[0].pop('D-I')

print('Starting server...')
app = dash.Dash(
Expand Down

0 comments on commit b2e6820

Please sign in to comment.