Skip to content

Commit 6b65238

Browse files
authored
Merge pull request #564 from Trusted-AI/dependabot/pip/numpy-1.19.1
Bump numpy from 1.18.1 to 1.19.1
2 parents b79b448 + dea5b4d commit 6b65238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base
2-
numpy==1.18.1
2+
numpy==1.19.1
33
scipy==1.4.1
44
matplotlib==3.3.1
55
scikit-learn==0.23.2

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)