Skip to content

Commit e0ea20f

Browse files
removes duplicted dtype list
1 parent 1273dc6 commit e0ea20f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_aggregation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ def test_multivector_query_accepts_bytes(index):
374374
]
375375
vector_fields = ["user_embedding", "audio_embedding"]
376376
dtypes = ["float32", "float64"]
377-
dtypes = ["float16", "float16"]
378377
vectors = []
379378
for vector, field, dtype in zip(vector_bytes, vector_fields, dtypes):
380379
vectors.append(Vector(vector=vector, field_name=field, dtype=dtype))

0 commit comments

Comments
 (0)