Skip to content

Commit ba443f9

Browse files
Bug fix in test
1 parent 6c3f125 commit ba443f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_clustering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def test_cosine(md_calculator):
306306
])
307307
def test_vector_edge(method):
308308
dataset = DataSet(
309-
names=["A", "B", "C", "D", "E", "F", "G", "H"],
309+
names=["A", "B", "C", "D", "E", "F", "G"],
310310
data={
311311
"A": np.array([1, 1, 1]),
312312
"B": np.array([1, 1, 0]),

0 commit comments

Comments
 (0)