Skip to content

Commit 362024f

Browse files
Update tg_fastRP.gsql
1 parent 5646e00 commit 362024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/GraphML/Embeddings/FastRP/tg_fastRP.gsql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ CREATE QUERY tg_fastRP(
265265

266266
IF print_results THEN
267267
res = SELECT a FROM verts:a;
268-
PRINT res[res.@final_embedding_list];
268+
PRINT res[res.@final_embedding_arr];
269269
END;
270270

271271
// (un)comment depending on whether you want to write to graph

0 commit comments

Comments
 (0)