From 18a8397de54e76815b368ac37dbd03407d3783cf Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Sun, 26 Nov 2023 22:54:21 +0800 Subject: [PATCH] fix arg_fit.py --- arg_fit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arg_fit.py b/arg_fit.py index 37a639a..b739b57 100644 --- a/arg_fit.py +++ b/arg_fit.py @@ -96,9 +96,9 @@ num=241 threshold=int(input('threshold set(recommend start from 250):\n请输入阈值设置(默认推荐250):\n')) try: for path in paths: - plt.subplot(num) - num+=1 - datas.append(data_process(path)) + plt.subplot(num) + num+=1 + datas.append(data_process(path)) except: print("please make sure you have move the 4 data file to IDM folder\n请确认你有把4个文件拷到IDM文件夹内") #反向求值