Skip to content

Commit a662c33

Browse files
Merge pull request #429 from Azerdin/Classifier-works-in-preview-but-produces-a-wrong-result-when-run
Fix classification output mismatch between preview and final raster
2 parents 32159ce + c79e702 commit a662c33

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)