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.
2 parents a780239 + 591d745 commit f9d78d6Copy full SHA for f9d78d6
Orange/widgets/evaluate/tests/test_owtestandscore.py
@@ -598,7 +598,7 @@ def test_comparison_binary_score(self):
598
w = self.widget
599
self._set_three_majorities()
600
self._set_comparison_score("F1")
601
- f1mock = Mock(wraps=scoring.F1)
+ f1mock = Mock(wraps=scoring.F1.compute_score)
602
603
iris = Table("iris")
604
with patch.object(scoring.F1, "compute_score", f1mock):
0 commit comments