Skip to content

Commit f199b77

Browse files
[skip ci] add comment for test_marginal_batch_size
1 parent 487071f commit f199b77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/value/test_semivalues.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
[(PermutationSampler, beta_coefficient(1, 1), 5)],
4343
)
4444
def test_marginal_batch_size(test_game, sampler, coefficient, batch_size, seed):
45+
# TODO: This test is probably not needed.
46+
# Because I added it and then realized that it doesn't do much.
47+
# The only difference between the two calls is that for the first one
48+
# the loop is outside and the second one the loop is inside.
4549
sampler_it = iter(sampler(test_game.u.data.indices, seed=seed))
4650
samples = tuple(islice(sampler_it, batch_size))
4751

0 commit comments

Comments
 (0)