Skip to content

Commit 318bdbb

Browse files
committed
Update learn.py
1 parent df47ed6 commit 318bdbb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ratc/learn.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
u = concore.read(concore.iport["VCY"],"u",init_simtime_u)
1919
ym = concore.read(concore.iport["VPY"],"ym",init_simtime_ym)
2020
if concore.simtime > oldsimtime:
21-
#if np.array_equal(ut[int(concore.simtime)], np.zeros((6))):
22-
#print(" u="+str(u))
2321
ut[int(concore.simtime)] = np.array(u).T
24-
#print(" ym="+str(ym))
2522
ymt[int(concore.simtime)] = np.array(ym).T
2623
oldsimtime = concore.simtime
2724
print("retry="+str(concore.retrycount))

0 commit comments

Comments
 (0)