From 1784921049ac4cb00fc9d819038202b84e82dea2 Mon Sep 17 00:00:00 2001 From: Fize Jacques <jacques.fize@cirad.fr> Date: Tue, 5 Mar 2019 15:32:39 +0100 Subject: [PATCH] Change in doctest Graph2vec --- gmatch4py/embedding/graph2vec.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmatch4py/embedding/graph2vec.pyx b/gmatch4py/embedding/graph2vec.pyx index 461efaf..f7187b2 100644 --- a/gmatch4py/embedding/graph2vec.pyx +++ b/gmatch4py/embedding/graph2vec.pyx @@ -167,7 +167,7 @@ cdef class Graph2Vec(Base): Narayanan, Annamalai and Chandramohan, Mahinthan and Venkatesan, Rajasekar and Chen, Lihui and Liu, Yang MLG 2017, 13th International Workshop on Mining and Learning with Graphs (MLGWorkshop 2017) - Orignal Code : https://github.com/benedekrozemberczki/graph2vec + Original Code : https://github.com/benedekrozemberczki/graph2vec Modified by : Jacques Fize """ -- GitLab