From 69e525c60a00f5cdce2943b0211c48eb6df4107c Mon Sep 17 00:00:00 2001
From: tgupta6 <tgupta6@illinois.edu>
Date: Sun, 9 Oct 2016 10:39:52 -0500
Subject: [PATCH] changed genome test ids to simple

---
 constants_crunchy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/constants_crunchy.py b/constants_crunchy.py
index a11c525..b5e4e28 100644
--- a/constants_crunchy.py
+++ b/constants_crunchy.py
@@ -111,7 +111,7 @@ genome_val_region_ids = os.path.join(
 
 genome_test_region_ids = os.path.join(
     data_absolute_path,
-    'restructured/test_region_ids.json')
+    'restructured/test_region_ids_simple.json')
 
 ##########################################################################
 #               Genome Training/Fine-Tuning Parameters                   #
-- 
GitLab