Skip to content

Commit

Permalink
fix updating visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur committed Jul 7, 2023
1 parent 73ef24e commit 307c716
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -1144,9 +1144,6 @@ def recordings_update():
M.cluster_dot_colors = { l:c for l,c in zip(M.clustered_labels,
cycle(cluster_dot_palette)) }

M.species = M.words = M.nohyphens = M.kinds = [""]
M.ispecies = M.iwords = M.inohyphens = M.ikinds = 0

recordings.options = sorted(list(wavfiles))
for recording in recordings.options:
M.clustered_recording2firstsound[recording] = \
Expand Down

0 comments on commit 307c716

Please sign in to comment.