We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setUp
1 parent a9e43e6 commit 662caa2Copy full SHA for 662caa2
1 file changed
tensorflow_model_analysis/metrics/set_match_confusion_matrix_metrics_test.py
@@ -23,11 +23,14 @@
23
from google.protobuf import text_format
24
25
26
-# PR 189: Remove the `expectedFailure` mark if the test passes
27
-# The test failures are `AttributeError: module 'tensorflow_model_analysis' has no attribute 'EvalConfig'`
28
@unittest.expectedFailure
29
class SetMatchConfusionMatrixMetricsTest(parameterized.TestCase):
30
+ def setUp(self):
+ # PR 189: Remove the `expectedFailure` mark if the test passes
31
+ # The test failures are `AttributeError: module 'tensorflow_model_analysis' has no attribute 'EvalConfig'`
32
+ self.expectedFailure()
33
+
34
@parameterized.named_parameters(
35
(
36
'_precision',
0 commit comments