From ebc72baa7dc41bc6d1ee0975cf48cf17297e0920 Mon Sep 17 00:00:00 2001 From: inocturnis Date: Fri, 27 May 2022 10:39:57 -0700 Subject: [PATCH] Changed to real data to run again --- indexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer.py b/indexer.py index 61b616e..b274396 100644 --- a/indexer.py +++ b/indexer.py @@ -46,7 +46,7 @@ class Index(): class Indexer(): def __init__(self,list_partials,weight,data_paths,worker_factory=Worker,worker_weight_factory=Worker_Weight): #Config stuffs - self.path = "test/" + self.path = "data/DEV" self.num_doc = 0 self.list_partials = list_partials self.weight = weight