arangoml / fastgraphml

Given an input graph (ArangoDB or PyG) it generates graph embeddings using Low-Code framework built on top of PyG.
67 stars 8 forks source link

Test setup/teardown missing #15

Closed cw00dw0rd closed 1 year ago

cw00dw0rd commented 1 year ago

Possibly missing tests teardown as error seems to indicate duplicate edge/collection:

INTERNALERROR> arango.exceptions.GraphCreateError: [HTTP 400][ERR 1921] to edge collection already used in edge def

Per action:https://github.com/arangoml/fastgraphml/actions/runs/3364019378/jobs/5577884685#step:6:54