Add files via upload
This commit is contained in:
parent
1e1ee2d36f
commit
aab277b976
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ def run_aifeynman(pathdir,filename,BF_try_time,BF_ops_file_type, polyfit_deg=4,
|
||||||
# Run gradient descent on the data one more time
|
# Run gradient descent on the data one more time
|
||||||
for i in range(len(PA_list)):
|
for i in range(len(PA_list)):
|
||||||
try:
|
try:
|
||||||
gd_update = final_gd(pathdir+filename,PA_list[i][-1])
|
gd_update = final_gd(pathdir,filename,PA_list[i][-1])
|
||||||
PA.add(Point(x=gd_update[1],y=gd_update[0],data=gd_update[2]))
|
PA.add(Point(x=gd_update[1],y=gd_update[0],data=gd_update[2]))
|
||||||
except:
|
except:
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue