ready to publish code

This commit is contained in:
2024-09-08 18:28:14 +08:00
parent bf1c864823
commit 078f20eb38
4 changed files with 12 additions and 8 deletions

View File

@@ -10,8 +10,6 @@ for i in np.arange(10, 20, 1/1000):
tasks_list.append(i)
for i in np.arange(12, 14.2, 1/10000):
tasks_list.append(i)
for i in np.arange(13,13.2,1/100000):
tasks_list.append(i)
for i in np.arange(13.085,13.095,1/1000000):
tasks_list.append(i)
task_list_per_process=[tasks_list[i::kParallelNum] for i in range(kParallelNum)]