We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5425d2b commit f86ed47Copy full SHA for f86ed47
Orange/widgets/evaluate/owpredictions.py
@@ -215,8 +215,7 @@ def set_data(self, data):
215
self.predictionsview))
216
217
self._set_target_combos()
218
- if self.is_discrete_class:
219
- self.openContext(self.class_var.values)
+ self.openContext(self.class_var.values if self.is_discrete_class else ())
220
self._invalidate_predictions()
221
222
def _store_selection(self):
0 commit comments