From 3cb8db131305744817d3c285ff7b07c893da9c55 Mon Sep 17 00:00:00 2001
From: Bruno Guillaume <Bruno.Guillaume@loria.fr>
Date: Wed, 24 Feb 2021 17:45:04 +0100
Subject: [PATCH] complete test

---
 test/search_corpus.py | 2 +-
 test/set_gender.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/search_corpus.py b/test/search_corpus.py
index 3ac1be6..b2f6d8f 100644
--- a/test/search_corpus.py
+++ b/test/search_corpus.py
@@ -3,7 +3,7 @@
 import grew
 
 # Run the grew tool in background
-grew.init()
+grew.init(True) # local usage --> run grewpy_dev
 
 # Load the corpus file (of course, you will have to update the filename to your system)
 c = grew.corpus ("/users/guillaum/gitlab/deep-sequoia/trunk/sequoia.deep_and_surf.conll")
diff --git a/test/set_gender.py b/test/set_gender.py
index 3edc391..3b2706b 100644
--- a/test/set_gender.py
+++ b/test/set_gender.py
@@ -1,5 +1,5 @@
 import grew
-grew.init(True)
+grew.init(True) # local usage --> run grewpy_dev
 
 g = grew.graph('''graph {
   W1 [form="le", lemma="le", cat=DET];
-- 
GitLab