Skip to content

Commit c79e702

Browse files
committed
fix: copy bandset for classification
1 parent 32159ce commit c79e702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interface/classification_tab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def run_classifier(
393393
cfg.ui_utils.add_progress_bar()
394394
# classification
395395
if preview_point is None:
396-
bandset = bandset_number
396+
bandset = deepcopy(bandset_x)
397397
finish_sound = True
398398
smtp = str(__name__)
399399
# classification preview

0 commit comments

Comments
 (0)