Skip to content

Commit

Permalink
OWScoringSheetViewer test: Fix random fails
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Jan 18, 2025
1 parent f3d9e19 commit 0b54316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Orange/widgets/visualize/tests/test_owscoringsheetviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def test_slider_update_on_checkbox_toggle(self):
def test_target_class_change(self):
self.send_signal(self.widget.Inputs.classifier, self.scoring_sheet_model)
self.class_combo = self.widget.class_combo
self.class_combo.setCurrentIndex(0)
self.widget._class_combo_changed()

# Check if the values of the combobox "match" the domain
self.assertEqual(
Expand Down

0 comments on commit 0b54316

Please sign in to comment.