Change the path of data files
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user