Fixing tests

This commit is contained in:
Cyber MacGeddon 2026-03-09 10:24:53 +00:00
parent f89e002614
commit 8d25f4d4a8
3 changed files with 39 additions and 33 deletions

View file

@ -98,7 +98,7 @@ def sample_graph_embeddings():
entities=[
EntityEmbeddings(
entity=Term(type=IRI, iri="http://example.org/john"),
vectors=[[0.1, 0.2, 0.3]]
vector=[0.1, 0.2, 0.3]
)
]
)