瀏覽代碼

new directory names means one line needs to be updated

Stan Gurtler 3 年之前
父節點
當前提交
0eef06f516
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plots/make_graphs.py

+ 1 - 1
plots/make_graphs.py

@@ -8,7 +8,7 @@ import numpy as np
 import matplotlib.pyplot as plt
 from contextlib import contextmanager
 
-directory = os.path.expanduser('../simulation/library')
+directory = os.path.expanduser('../dhtpir_simulation/library')
 sys.path.insert(1, directory)
 
 from dht_common import SIZE_OF_IP_ADDRESS, SIZE_OF_KEY, AVERAGE_RTT_ESTIMATE, AVERAGE_CLIENT_BANDWIDTH_ESTIMATE, AVERAGE_SERVER_BANDWIDTH_ESTIMATE, ENCRYPTION_SPEED_ESTIMATE, PIR_SPEED_ESTIMATE, SIZE_OF_CHUNK, Z_STAR