Skip to content

Commit 09dbc67

Browse files
committed
[FIX] Test and Score: Show default columns
1 parent 942877a commit 09dbc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/evaluate/owtestlearners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class Outputs:
196196
ContinuousVariable: ("MSE", "RMSE", "MAE", "R2")}
197197

198198
shown_scores = \
199-
settings.Setting(set(chain(BUILTIN_ORDER.values())))
199+
settings.Setting(set(chain(*BUILTIN_ORDER.values())))
200200

201201
class Error(OWWidget.Error):
202202
train_data_empty = Msg("Train data set is empty.")

0 commit comments

Comments
 (0)