Change the path of data files

This commit is contained in:
Kui LIU
2017-08-04 18:42:50 +02:00
parent 05d4adc4bd
commit 3abf34df1f
@@ -4,7 +4,7 @@ public class Configuration {
public static final long SECONDS_TO_WAIT = 60L;
private static final String ROOT_PATH = "";//"../"; // The root path of all output data.
private static final String ROOT_PATH = "../"; // The root path of all output data.
public static final int HUNK_SIZE = 7; // The limitation of source code lines of each DiffEntry, which will be selected as training data.
public static final String BUGGY_TREE_SIGNAL = "BUGGY_TREE###"; // The starting signal of the tree of buggy source code .