mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-06 21:35:13 +02:00
Fixing tests
This commit is contained in:
parent
f89e002614
commit
8d25f4d4a8
3 changed files with 39 additions and 33 deletions
|
|
@ -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]
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue