diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2024-08-07 15:13:14 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2024-08-07 15:13:14 +0800 |
commit | 1c4b5c0208bd8335b685e594b146605e4453722e (patch) | |
tree | 873f77dd353ea57fe378c6b5b5f797835a9aa2cd /Code/configure.py | |
parent | cec522c7c60771fd6da011e3e6eecb2ac607744b (diff) |
[update_network.py] Rename FILE_TIMESTAMP to TIMESTAMP_FILE
Diffstat (limited to 'Code/configure.py')
-rw-r--r-- | Code/configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/configure.py b/Code/configure.py index 41c791a..43dff60 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -18,7 +18,7 @@ RAW_RDATA_DIR = '/disk1/Data/R/Raw' # downloaded files go here # Don'T change the following paths and names
HISTORY_DIR = '../Data/history/edges/many_targets' # each edge file contains edges for many targets
HISTORY_DIR2 = '../Data/history/edges/one_target' # edges.txt.* files are here, all edge files have the name edges.txt.*, the leading string 'edges.txt' must be present.
-FILE_TIMESTAMP = '../Data/log/file_timestamp.txt' # record last modified time of several important files
+TIMESTAMP_FILE = '../Data/log/file_timestamp.txt' # record last modified time of several important files
SAMPLE_SIZE_FILE = '../Data/log/total.samples.txt' # each line contains a date and the number of samples on and after that date
TEMP_DIR = '../Data/temp'
|