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 ff8f0e6 commit a4ae43fCopy full SHA for a4ae43f
tests/defences/detector/poison/test_activation_defence.py
@@ -100,7 +100,6 @@ def test_wrong_parameters_3(self):
100
def test_wrong_parameters_4(self):
101
self.defence.set_params(cluster_analysis="what")
102
103
- @unittest.expectedFailure
104
def test_wrong_parameters_5(self):
105
with self.assertRaises(ValueError):
106
self.defence.set_params(ex_re_threshold=-1)
0 commit comments