Remove todo

This commit is contained in:
Johannes Fischer
2021-07-20 18:45:49 +02:00
parent ca0f520c89
commit c939a8e131

View File

@@ -80,7 +80,7 @@ def test_deepsets_computation():
max_V = 10 max_V = 10
batch = [] batch = []
for i in range(B): for i in range(B):
if i==0: # TODO: Set to i==0 if i==0:
n_dynamic = 0 n_dynamic = 0
else: else:
n_dynamic = random.randint(1, max_V) n_dynamic = random.randint(1, max_V)