This commit is contained in:
2022-02-06 18:35:05 +08:00
parent 5a4ecd2926
commit 2fa7ecd9b2
3 changed files with 35 additions and 5 deletions

View File

@@ -231,6 +231,11 @@ guan.write_one_dimensional_data(x_array, y_array, filename='a', format='txt')
guan.write_two_dimensional_data(x_array, y_array, matrix, filename='a', format='txt')
# preprocess
parameter_array = guan.preprocess_for_parallel_calculations(parameter_array_all, cpus=1, task_index=0)
# plot figures