diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-10-21 10:01:00 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-10-21 10:01:00 +0800 |
commit | 2c291bc68270c0f4046715ed15cec80827c58840 (patch) | |
tree | 5abd1b6cd2af2458f578f4b3711f7134c70b8c82 /Code/update_network.py | |
parent | d5fd834de918f248107593b73e42af380886cb2d (diff) |
update_network.py: make TPM.txt.
Diffstat (limited to 'Code/update_network.py')
-rwxr-xr-x | Code/update_network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/update_network.py b/Code/update_network.py index 3feae6c..415179c 100755 --- a/Code/update_network.py +++ b/Code/update_network.py @@ -639,7 +639,7 @@ if miss_lst != []: # miss_lst is non-empty in the beginning. print('[update_network.py]: make initial TPM.txt ... wait') write_log_file('[update_network.py] Make initial TPM.txt', UPDATE_NETWORK_LOG_FILE) cmd = 'python3 buildRmatrix.py %s' % (PARAMETER_FOR_BUILDRMATRIX) # produce TPM.txt - #os.system(cmd) + os.system(cmd) print('[update_network.py]:IMPORTANT: make sure EXPRESSION_MATRIX in %s was set %s and rerun update_network.py.' % (PARAMETER_FOR_NET, TPM_FILE)) sys.exit() |