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 bbc53e6 commit 380aae5Copy full SHA for 380aae5
tests/attacks/test_hclu.py
@@ -73,7 +73,7 @@ def test_GPy(self):
73
self.assertGreater(clean_acc, adv_acc)
74
# uncertainty should indeed be lower when used as a constraint
75
# however, same as above, crafting might fail
76
- self.assertGreater(np.mean(unc_f > unc_o), 0.65)
+ self.assertGreater(np.mean(unc_f > unc_o), 0.6)
77
78
# Check that x_test has not been modified by attack and classifier
79
self.assertAlmostEqual(float(np.max(np.abs(x_test_original - self.x_test))), 0.0, delta=0.00001)
0 commit comments