Skip to content

Commit dea5b4d

Browse files
author
Beat Buesser
committed
Adjust test expectation for TestMetricsTrees
- change in numerical accuracy because of upgrade to numpy==1.19.1 Signed-off-by: Beat Buesser <[email protected]>
1 parent a76e1af commit dea5b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/metrics/test_verification_decision_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_GradientBoosting(self):
117117
x=self.x_test, y=self.y_test, eps_init=0.3, nb_search_steps=10, max_clique=2, max_level=2
118118
)
119119

120-
self.assertAlmostEqual(average_bound, 0.008982421874999, delta=0.00000001)
120+
self.assertAlmostEqual(average_bound, 0.009, delta=0.0002)
121121
self.assertEqual(verified_error, 1.0)
122122

123123
def test_RandomForest(self):

0 commit comments

Comments
 (0)