Skip to content

Commit e38e1ff

Browse files
committed
Cleanup
1 parent 1bb75e1 commit e38e1ff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/value/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ def check_values(
6565
have |value - exact_value| < 0.1 for every value.
6666
:param extra_values_names: Sequence of names of extra values that should
6767
also be compared.
68-
:param equal: True, if it should be checked that the values are equal, False if it
69-
should be checked that they are not equal.
7068
"""
7169
values.sort()
7270
exact_values.sort()

tests/value/shapley/test_montecarlo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_analytic_montecarlo_shapley(
8383
),
8484
(12, ShapleyMode.Owen, dict(n_samples=4, max_q=200)),
8585
(12, ShapleyMode.OwenAntithetic, dict(n_samples=4, max_q=200)),
86-
(4, ShapleyMode.GroupTesting, dict(n_samples=int(21), epsilon=0.2, delta=0.01)),
86+
(4, ShapleyMode.GroupTesting, dict(n_samples=21, epsilon=0.2, delta=0.01)),
8787
]
8888

8989

0 commit comments

Comments
 (0)