Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 26, 2023
1 parent ca4000e commit 6ed6092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ fake_hetero.edges[("user", "plays", "game")].data["features"] = torch.tensor([[6

### DGL to ArangoDB
```py
#############################
# 1.1: without a Metagraph #
#############################
############################
# 1.1: without a Metagraph #
############################

adb_g = adbdgl_adapter.dgl_to_arangodb("FakeHetero", fake_hetero)

Expand Down

0 comments on commit 6ed6092

Please sign in to comment.