Skip to content

Commit

Permalink
fix data struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jan 5, 2023
1 parent a322c45 commit 358fea7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ object Node2vecAlgo {
pathBuffer.append(nextNodeId)
(srcNodeId, pathBuffer)
} else {
pathBuffer
(srcNodeId, pathBuffer)
}
} catch {
case e: Exception => throw new RuntimeException(e.getMessage)
Expand Down

0 comments on commit 358fea7

Please sign in to comment.